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

ChooseReportLayoutPage<TModel> Class

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

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public class ChooseReportLayoutPage<TModel> :
    WizardPageBase<IChooseReportLayoutPageView, TModel>
    where TModel : ReportModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseReportLayoutPageView interface.

Implements

IWizardPage<TModel>

Inheritance

Object
WizardPageBase<IChooseReportLayoutPageView, TModel>
ChooseReportLayoutPage<TModel>
See Also