Back to Devexpress

SetReportTitlePageView Class

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-views-661b021d.md

latest2.5 KB
Original Source

SetReportTitlePageView Class

Provides a view for the Set the Report Title 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 SetReportTitlePageView :
    WizardViewBase,
    ISetReportTitlePageView
vb
Public Class SetReportTitlePageView
    Inherits WizardViewBase
    Implements ISetReportTitlePageView

Remarks

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

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

Implements

ISetReportTitlePageView

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase SetReportTitlePageView

See Also

SetReportTitlePageView Members

DevExpress.XtraReports.Wizards.Views Namespace