Back to Devexpress

SetReportTitlePage Class

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-reportwizard-dot-pages-73da35f1.md

latest2.5 KB
Original Source

SetReportTitlePage Class

Provides a view for the Enter the Report Title page of the Report Wizard in WPF applications.

Namespace : DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly : DevExpress.Xpf.ReportDesigner.v25.2.dll

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
[POCOViewModel]
public class SetReportTitlePage :
    WizardPageBase,
    ISetReportTitlePageView,
    IReportWizardPage
vb
<POCOViewModel>
Public Class SetReportTitlePage
    Inherits WizardPageBase
    Implements ISetReportTitlePageView,
               IReportWizardPage

Remarks

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

This class provides a default implementation of the ISetReportTitlePageView interface in WPF applications.

To learn more, see Report Wizard Pages.

Inheritance

Object BindableBase ViewModelBase WizardPageBase SetReportTitlePage

See Also

SetReportTitlePage Members

SetReportTitlePage<TModel>

ISetReportTitlePageView

DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages Namespace