TcxVerticalGridReportLinkOptionsExpanding Class
Contains option which specify the state of parent rows within a report.
Declaration
TcxVerticalGridReportLinkOptionsExpanding = class(
TdxCustomReportLinkOptionsExpanding
)
Remarks
The TcxVerticalGridReportLinkOptionsExpanding class contains options which specify the state of parent rows within a report. If the AutoExpandRows option is True, then the collapsed parent rows appear as expanded within a report. Otherwise, the parent rows retain their state within the report.
Call the RestoreDefaults method to set all options in this set back to their default values.
Inheritance
TObject
TPersistent
TdxCustomReportLinkOptions
TdxCustomReportLinkOptionsExpanding
TcxVerticalGridReportLinkOptionsExpanding
See Also