TdxCustomcxControlReportLink.OptionsSize Property
In This Article
Represents a set of options which affect the size of the control associated with a report link.
#Declaration
Delphi
property OptionsSize: TdxCustomReportLinkOptionsSize read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the OptionsSize property to specify the options, which determine how the control associated with a report link is sized within the report.
Use the report link’s OptionsSize.RestoreDefaults method to reset all the options applied to this report link back to their default values.
See Also