ChooseReportColorSchemePageView Class
In This Article
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.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
public class ChooseReportColorSchemePageView :
WizardViewBase,
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
#Inheritance
Object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
UserControl
XtraUserControl
WizardViewBase
ChooseReportColorSchemePageView
See Also