TdxGridReportLinkOptionsExpanding Class
Options controlling the representation of group or master rows within a report.
Declaration
TdxGridReportLinkOptionsExpanding = class(
TdxCustomReportLinkOptionsExpanding
)
Remarks
The TdxGridReportLinkOptionsExpanding class determines whether group or master rows are displayed in an expanded state within the report.
To return all options in this set to their defaults, call the RestoreDefaults method.
This set of options can be accessed via the grid report link’s OptionsExpanding property.
Inheritance
TObject
TPersistent
TdxCustomReportLinkOptions
TdxCustomReportLinkOptionsExpanding
TdxGridReportLinkOptionsExpanding
See Also