Back to Devexpress

TdxGridReportLinkOptions Class

vcl-dxpscxgridlnk-b2198825.md

latest1.1 KB
Original Source

TdxGridReportLinkOptions Class

The base class that introduces grid report link options.

Declaration

delphi
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

TdxGridReportLinkOptions Members

dxPScxGridLnk Unit