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

TdxCustomReportLinkOptionsSize Class

Represents the report link’s options, which determine how the control associated with a report link is sized within a report.

#Declaration

Delphi
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