Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PreviewReportDialogController Class

A DialogController descendant activated for the report parameters dialog.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v20.2.dll

Declaration

public class PreviewReportDialogController :
    DialogController

Remarks

Overrides the base class’ CreateAcceptAction and CreateCancelAction methods to introduce custom Accept and Cancel actions.

Implements

See Also