TdxGridReportLinkOptions Class
The base class that introduces grid report link options.
Declaration
TdxGridReportLinkOptions = class(
TdxCustomReportLinkOptions
)
Remarks
The TdxGridReportLinkOptions class is the base class for all grid report link options. It contains properties and methods implementing the basic options’ class functionality. The ReportLink property specifies the report link to which the options set is applied. The RestoreDefaults method returns all options in the current set to their default state.
Inheritance
TObject
TPersistent
TdxCustomReportLinkOptions
TdxGridReportLinkOptions
See Also