Back to Devexpress

ChooseReportLayoutPageView Class

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

latest2.6 KB
Original Source

ChooseReportLayoutPageView Class

Provides a view for the Choose a Report Layout 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 ChooseReportLayoutPageView :
    WizardViewBase,
    IChooseReportLayoutPageView
vb
Public Class ChooseReportLayoutPageView
    Inherits WizardViewBase
    Implements IChooseReportLayoutPageView

Remarks

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

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

Implements

IChooseReportLayoutPageView

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase ChooseReportLayoutPageView

See Also

ChooseReportLayoutPageView Members

DevExpress.XtraReports.Wizards.Views Namespace