Back to Devexpress

ChooseReportLayoutPage<TModel> Class

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-presenters-dot-choosereportlayoutpage-1.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class ChooseReportLayoutPage<TModel> :
    WizardPageBase<IChooseReportLayoutPageView, TModel>
    where TModel : ReportModel
vb
Public Class ChooseReportLayoutPage(Of TModel As ReportModel)
    Inherits WizardPageBase(Of IChooseReportLayoutPageView, TModel)

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseReportLayoutPageView interface.

Inheritance

Object WizardPageBase<IChooseReportLayoutPageView, TModel> ChooseReportLayoutPage<TModel>

See Also

ChooseReportLayoutPage<TModel> Members

IChooseReportLayoutPageView

DevExpress.XtraReports.Wizards.Presenters Namespace