TdxLayoutControlReportLink.OptionsSize Property
Contains settings that define the size of the control’s printed version.
Declaration
property OptionsSize: TdxLayoutControlReportLinkOptionsSize read; write;
Property Value
Type |
---|
TdxLayoutControlReportLinkOptionsSize |
Remarks
The object available via the OptionsSize property provides a single AutoWidth property. Use this property to specify whether the printed control should fit the page width.
Call the Options.RestoreDefaults method if you want to revert this set of options to their default values.
See Also