PreviewReportDialogController Class
In This Article
A DialogController descendant activated for the report parameters dialog.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#Declaration
public class PreviewReportDialogController :
DialogController
#Remarks
Overrides the base class’ CreateAcceptAction and CreateCancelAction methods to introduce custom Accept and Cancel actions.
#Implements
#Inheritance
Object
MarshalByRefObject
Component
Controller
WindowController
DialogController
PreviewReportDialogController
See Also