Back to Devexpress

IChooseReportTypePageView Interface

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-views-71411560.md

latest1.8 KB
Original Source

IChooseReportTypePageView Interface

If implemented, provides a view for the Choose a Report Type page of the Report Wizard.

Namespace : DevExpress.XtraReports.Wizards.Views

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public interface IChooseReportTypePageView
vb
Public Interface IChooseReportTypePageView

Remarks

Depending on the target platform of your application, the following classes provide default implementations of the IChooseReportTypePageView interface.

PlatformPage View
WinFormsChooseReportTypePageView
WPFChooseReportTypePage

This view routes user commands to the ChooseReportTypePage<TModel> presenter.

See Also

IChooseReportTypePageView Members

DevExpress.XtraReports.Wizards.Views Namespace