Back to Devexpress

TdxSpreadSheetReportOrientation Enum

vcl-dxspreadsheetreportdesigner-9bff5da3.md

latest1.5 KB
Original Source

TdxSpreadSheetReportOrientation Enum

Enumerates spreadsheet report orientation options.

Declaration

delphi
TdxSpreadSheetReportOrientation = (
    roHorizontal,
    roVertical
);

Members

Name
roHorizontal
roVertical

Remarks

Options include:

ValueDescriptionCommandExample
roHorizontalWorksheets in the destination document(s) are populated from left to right. The report common footer section (if present) adjoins the rightmost detail section.HorizontalOrientation
roVerticalBy 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

dxSpreadSheetReportDesigner Unit