Back to Devexpress

ChooseReportColorSchemePage<TModel> Class

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

latest2.5 KB
Original Source

ChooseReportColorSchemePage<TModel> Class

Provides a presenter to the Choose a Report Color Scheme 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 ChooseReportColorSchemePage<TModel> :
    WizardPageBase<IChooseReportColorSchemePageView, TModel>
    where TModel : ReportModel
vb
Public Class ChooseReportColorSchemePage(Of TModel As ReportModel)
    Inherits WizardPageBase(Of IChooseReportColorSchemePageView, TModel)

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseReportColorSchemePageView interface.

You can override this class to customize logic behind the Choose a Report Color Scheme wizard page. Refer to Wizard Customization Overview for information on how to provide this customization.

Inheritance

Object WizardPageBase<IChooseReportColorSchemePageView, TModel> ChooseReportColorSchemePage<TModel>

See Also

ChooseReportColorSchemePage<TModel> Members

DevExpress.XtraReports.Wizards.Presenters Namespace