Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.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.

Inheritance

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