TdxCustomcxControlReportLink.OptionsFormatting Property
Represents a set of options, which determine the generic look of the controls within a report.
Declaration
property OptionsFormatting: TdxCustomReportLinkOptionsFormatting read; write;
Property Value
Type |
---|
TdxCustomReportLinkOptionsFormatting |
Remarks
Use the OptionsFormatting property to customize the appearance aspects of the controls within a report.
Use the report link’s OptionsFormatting.RestoreDefaults method to reset all the options applied to this report link back to their default values.
See Also