TdxSpreadSheetReportOrientation Enum
Enumerates spreadsheet report orientation options.
Declaration
TdxSpreadSheetReportOrientation = (
roHorizontal,
roVertical
);
Members
Name |
---|
roHorizontal
|
roVertical
|
Remarks
Options include:
Value | Description | Command | Example |
---|---|---|---|
roHorizontal | Worksheets in the destination document(s) are populated from left to right. The report common footer section (if present) adjoins the rightmost detail section. | HorizontalOrientation | |
roVertical | By default, worksheets in the destination document(s) are populated from top to bottom. In this case, the resulting report has the same layout as the source template. | VerticalOrientation |
The TdxSpreadSheetReportOrienation type is referenced by the Report Designer‘s OptionsReport.Orientation property.
See Also