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

TdxCustomContainerReportLinkOptions Class

Represents the base class for the custom container report link options classes.

#Declaration

Delphi
TdxCustomContainerReportLinkOptions = class(
    TPersistent
)

#Remarks

The TdxCustomContainerReportLinkOptions class is the base class for the custom container report link options classes. These classes contain various options affecting many aspects of the report generation. The base class provides basic functionality: the ReportLink property specifying the report link whose options are represented and the RestoreDefaults method reverting all options within a specific set to their default values.

#Inheritance

TObject
TPersistent
TdxCustomContainerReportLinkOptions
See Also