Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

See Also