TdxCustomReportLinkOptionsSize Class
Represents the report link’s options, which determine how the control associated with a report link is sized within a report.
Declaration
TdxCustomReportLinkOptionsSize = class(
TdxCustomReportLinkOptions
)
Remarks
The TdxCustomReportLinkOptionsSize class is the base class for classes, which provide options that are used to specify how the control associated with a report link is sized within the report. This class introduces the AutoWidth property that implements the ability to stretch/shrink the control horizontally according to the width of the report’s page, which is being printed.
Descendants of the TdxCustomReportLinkOptionsSize class extend it with new options specific to a particular control.
Inheritance
TObject
TPersistent
TdxCustomReportLinkOptions
TdxCustomReportLinkOptionsSize
See Also