Skip to main content

ChooseReportStylePage(IChooseReportStylePageView) Constructor

Initializes a new instance of the ChooseReportStylePage<TModel> class with the specified page view.

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ChooseReportStylePage(
    IChooseReportStylePageView view
)

Parameters

Name Type Description
view IChooseReportStylePageView

An object implementing the IChooseReportStylePageView interface.

See Also