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

ChooseReportTemplatePage<TModel> Class

Provides a presenter to the Choose a Report Template 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 ChooseReportTemplatePage<TModel> :
    WizardPageBase<IChooseReportTemplatePageView, TModel>
    where TModel : XtraReportModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseReportTemplatePageView interface.

Implements

IWizardPage<TModel>

Inheritance

Object
WizardPageBase<IChooseReportTemplatePageView, TModel>
ChooseReportTemplatePage<TModel>
See Also