TdxSpreadSheetReportDesignerOrientationAction Class
In This Article
The base class for the action classes that implement commands modifying the resulting report layout orientation.
#Declaration
Delphi
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.
#Inheritance
Show 12 items
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxCustomAction
TdxSpreadSheetAction
TdxSpreadSheetReportDesignerAction
TdxSpreadSheetReportDesignerOrientationAction
See Also