Back to Devexpress

ConfigureReportPageSettingsPage<TModel> Class

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-presenters-dot-configurereportpagesettingspage-1.md

latest2.5 KB
Original Source

ConfigureReportPageSettingsPage<TModel> Class

Provides a presenter to the Specify Report Page Settings page of the Report Wizard.

Namespace : DevExpress.XtraReports.Wizards.Presenters

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class ConfigureReportPageSettingsPage<TModel> :
    WizardPageBase<IConfigureReportPageSettingsPageView, TModel>
    where TModel : XtraReportModel
vb
Public Class ConfigureReportPageSettingsPage(Of TModel As XtraReportModel)
    Inherits WizardPageBase(Of IConfigureReportPageSettingsPageView, TModel)

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IConfigureReportPageSettingsPageView interface.

You can override this class to customize logic behind the Specify Report Page Settings wizard page. Refer to Wizard Customization Overview for information on how to provide this customization.

Inheritance

Object WizardPageBase<IConfigureReportPageSettingsPageView, TModel> ConfigureReportPageSettingsPage<TModel>

See Also

ConfigureReportPageSettingsPage<TModel> Members

DevExpress.XtraReports.Wizards.Presenters Namespace