Skip to main content
A newer version of this page is available. .

ChooseReportTypePage<TModel> Class

Provides a presenter to the Choose a Report Type page of the Report Wizard.

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public class ChooseReportTypePage<TModel> :
    WizardPageBase<IChooseReportTypePageView, TModel>
    where TModel : XtraReportModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseReportTypePageView interface.

Implements

IWizardPage<TModel>

Inheritance

Object
WizardPageBase<IChooseReportTypePageView, TModel>
ChooseReportTypePage<TModel>
See Also