xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-views-614a6cb6.md
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
public class ChooseReportColorSchemePageView :
WizardViewBase,
IChooseReportColorSchemePageView
Public Class ChooseReportColorSchemePageView
Inherits WizardViewBase
Implements IChooseReportColorSchemePageView
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.
IChooseReportColorSchemePageView
Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase ChooseReportColorSchemePageView
See Also