Back to Devexpress

ChooseReportColorSchemePageView Class

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-views-614a6cb6.md

latest3.4 KB
Original Source

ChooseReportColorSchemePageView Class

Provides a view for the Choose a Report Color Scheme 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 ChooseReportColorSchemePageView :
    WizardViewBase,
    IChooseReportColorSchemePageView
vb
Public Class ChooseReportColorSchemePageView
    Inherits WizardViewBase
    Implements IChooseReportColorSchemePageView

Remarks

The Choose a Report Color Scheme page is available for Table and Vertical reports.

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

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

Implements

IChooseReportColorSchemePageView

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase ChooseReportColorSchemePageView

See Also

ChooseReportColorSchemePageView Members

DevExpress.XtraReports.Wizards.Views Namespace