TdxSpreadSheetReportOrientation Enum
In This Article
Enumerates spreadsheet report orientation options.
#Declaration
Delphi
TdxSpreadSheetReportOrientation = (
roHorizontal,
roVertical
);
#Members
Name |
---|
ro
|
ro
|
#Remarks
Options include:
Value | Description | Command | Example |
---|---|---|---|
ro |
Worksheets in the destination document |
Horizontal |
![]() |
ro |
By default, worksheets in the destination document |
Vertical |
![]() |
The TdxSpreadSheetReportOrienation type is referenced by the Report Designer‘s OptionsReport.Orientation property.
See Also