Back to Devexpress

IChooseReportLayoutPageView Interface

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-views-8c051a9b.md

latest1.8 KB
Original Source

IChooseReportLayoutPageView Interface

If implemented, provides a view for the Choose a Report Layout 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 IChooseReportLayoutPageView
vb
Public Interface IChooseReportLayoutPageView

Remarks

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

PlatformPage View
WinFormsChooseReportLayoutPageView
WPFChooseReportLayoutPage

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

See Also

IChooseReportLayoutPageView Members

DevExpress.XtraReports.Wizards.Views Namespace