Skip to main content

TdxCustomcxControlReportLink.OptionsRefinements Property

Represents a set of options, which can be applied to a report to refine its appearance.

Declaration

property OptionsRefinements: TdxCustomReportLinkOptionsRefinements read; write;

Property Value

Type
TdxCustomReportLinkOptionsRefinements

Remarks

Use the OptionsRefinements property to specify the options, which can be used to help customize a report’s appearance in addition to the OptionsFormatting and OptionsView properties.

Use the report link’s OptionsRefinements.RestoreDefaults method to reset all the options applied to this report link back to their default values.

See Also