TdxGridReportLink.OptionsLevels Property
Represents the options which can be used to customize the appearance of the views in a report according to the level at which they are located in the grid control’s hierarchy.
Declaration
property OptionsLevels: TdxGridReportLinkOptionsLevels read; write;
Property Value
Type |
---|
TdxGridReportLinkOptionsLevels |
Remarks
Use the OptionsLevels property to specify various options which customize the appearance of the views in a report which correspond to child levels and the levels at the root nesting level.
Use the RestoreDefaults method to reset all the options back to their default values.
See Also