TBasedxPrintStyle.AllowChangeOrientation Property
Specifies whether report orientation can be changed.
Declaration
property AllowChangeOrientation: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the AllowChangeOrientation property to enable or disable the “Orientation“ section of the Page Setup window.
The default value of this property is True.
See Also