Back to Devexpress

IChooseReportStylePageView Interface

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

latest1.8 KB
Original Source

IChooseReportStylePageView Interface

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

Remarks

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

PlatformPage View
WinFormsChooseReportStylePageView
WPFChooseReportStylePage

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

See Also

IChooseReportStylePageView Members

DevExpress.XtraReports.Wizards.Views Namespace