Back to Devexpress

TdxCustomContainerReportLinkOptions Class

vcl-dxpscontainerlnk-c853aa88.md

latest1.2 KB
Original Source

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

TdxCustomContainerReportLinkOptions Members

dxPSContainerLnk Unit