Skip to main content

TdxCustomContainerReportLinkOptions Class

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

Declaration

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