TdxSpreadSheetReportDesignerReportPreview Class
An action object corresponding to the ReportPreview command provided by the Report Designer control.
Declaration
TdxSpreadSheetReportDesignerReportPreview = class(
TdxSpreadSheetReportDesignerAction
)
Remarks
This class does not introduce any new public members. This action object does not provide the actual Report Preview command implementation, since it heavily depends on the actual application structure and the Report Designer control’s state. To provide the custom implementation of the TdxSpreadSheetReportDesignerReportPreview
action object, handle its OnExecute event.
UI elements linked to a TdxSpreadSheetReportDesignerReportPreview
action object are enabled only if the OnExecute event is handled and the Report Designer’s data controller is active.
Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxCustomAction
TdxSpreadSheetAction
TdxSpreadSheetReportDesignerAction
TdxSpreadSheetReportDesignerReportPreview
See Also