Back to Devexpress

SpecifyReportTemplateOptionsPageView Class

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-views-30a18978.md

latest2.8 KB
Original Source

SpecifyReportTemplateOptionsPageView Class

Provides a view for the Specify Report Template Options 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 SpecifyReportTemplateOptionsPageView :
    WizardViewBase,
    ISpecifyReportTemplateOptionsPageView
vb
Public Class SpecifyReportTemplateOptionsPageView
    Inherits WizardViewBase
    Implements ISpecifyReportTemplateOptionsPageView

Remarks

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

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

Implements

ISpecifyReportTemplateOptionsPageView

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase SpecifyReportTemplateOptionsPageView

See Also

SpecifyReportTemplateOptionsPageView Members

DevExpress.XtraReports.Wizards.Views Namespace