This example shows how to customize the Choose a Report Color Scheme wizard page in a WPF application.
The main steps to change the color scheme set on the Report Wizard page are as follows:
- Implement the IColorSchemeStorage interface. This is a storage for the custom color schemes.
- Use the AddColorScheme method to add custom color schemes to the storage.
- Add a custom service that implements the IWizardCustomizationService interface.
- Register the custom color scheme storage in the CustomizeReportWizard method.
- Register the wizard customization service in XAML.
(you will be redirected to DevExpress.com to submit your response)