Back to Devexpress

ChooseReportStylePage<TModel> Class

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

latest2.0 KB
Original Source

ChooseReportStylePage<TModel> Class

Provides a presenter to the Choose a Report Style 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 ChooseReportStylePage<TModel> :
    WizardPageBase<IChooseReportStylePageView, TModel>
    where TModel : ReportModel
vb
Public Class ChooseReportStylePage(Of TModel As ReportModel)
    Inherits WizardPageBase(Of IChooseReportStylePageView, TModel)

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseReportStylePageView interface.

Inheritance

Object WizardPageBase<IChooseReportStylePageView, TModel> ChooseReportStylePage<TModel>

See Also

ChooseReportStylePage<TModel> Members

IChooseReportStylePageView

DevExpress.XtraReports.Wizards.Presenters Namespace