Skip to main content

TdxCustomReportLinkOptionsSize Members

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

Constructors

Name Description
Create(TdxCustomcxControlReportLink) Initializes a new instance of the TdxCustomReportLinkOptions class with specified settings. Inherited from TdxCustomReportLinkOptions.

Properties

Name Description
AutoWidth Specifies whether the width of the control associated with a report link is automatically adjusted to fit the report page’s width.
ReportLink Provides access to the report link which the current options are applied to. Inherited from TdxCustomReportLinkOptions.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
RestoreDefaults Provides empty implementation to be overridden in subclasses. Inherited from TdxCustomReportLinkOptions.
ToString Inherited from TObject.
See Also