TdxGridReportLink.OptionsLevels Property
In This Article
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
Delphi
property OptionsLevels: TdxGridReportLinkOptionsLevels read; write;
#Property Value
Type |
---|
Tdx |
#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