Skip to main content

TdxSpreadSheetReportDesignerOptions.Orientation Property

Specifies the spreadsheet report layout’s orientation.

Declaration

property Orientation: TdxSpreadSheetReportOrientation read; write; default roVertical;

Property Value

Type Default
TdxSpreadSheetReportOrientation roVertical

Remarks

You can use this property to specify how the report sections are arranged in the resulting spreadsheet document. The Orientation property does not affect section positions within the template report. For detailed information on available section arrangement options, refer to the TdxSpreadSheetReportOrientation type description.

The Orientation property’s default value is roVertical.

See Also