Skip to main content

TdxSpreadSheetReportDesignerOrientationAction Class

The base class for the action classes that implement commands modifying the resulting report layout orientation.

Declaration

TdxSpreadSheetReportDesignerOrientationAction = class(
    TdxSpreadSheetReportDesignerAction
)

Remarks

This class is the direct ancestor of the TdxSpreadSheetReportDesignerHorizontalOrientation and TdxSpreadSheetReportDesignerVerticalOrientation action classes.

You do not need to create instances of the TdxSpreadSheetReportDesignerOrientationAction class. Use its descendants instead.

See Also