Back to Devexpress

ChooseReportStylePageView Class

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-views-28c3420e.md

latest2.6 KB
Original Source

ChooseReportStylePageView Class

Provides a view for the Choose a Report Style page of the Report Wizard in WinForms applications.

Namespace : DevExpress.XtraReports.Wizards.Views

Assembly : DevExpress.XtraReports.v25.2.Extensions.dll

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
public class ChooseReportStylePageView :
    WizardViewBase,
    IChooseReportStylePageView
vb
Public Class ChooseReportStylePageView
    Inherits WizardViewBase
    Implements IChooseReportStylePageView

Remarks

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

This class provides a default implementations of the IChooseReportStylePageView interface in WinForms applications.

Implements

IChooseReportStylePageView

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase ChooseReportStylePageView

See Also

ChooseReportStylePageView Members

DevExpress.XtraReports.Wizards.Views Namespace