TdxGridReportLink.OptionsSize Property
Represents a set of options which determine how the grid control is sized within a report.
Declaration
property OptionsSize: TdxGridReportLinkOptionsSize read; write;
Property Value
Type |
---|
TdxGridReportLinkOptionsSize |
Remarks
Use the OptionsSize property to set the options used to specify how the grid control is sized within a report. Use the AutoWidth property to stretch/shrink the grid control horizontally according to the width of the report’s page being printed.
Use the RestoreDefaults method to set all options in this set to their defaults.
See Also