Skip to content

DevExpress-Examples/reporting-wpf-customize-color-schemes-report-wizard-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporting for WPF - Customize the Choose a Report Color Scheme Wizard Page

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:

  1. Implement the IColorSchemeStorage interface. This is a storage for the custom color schemes.
  2. Use the AddColorScheme method to add custom color schemes to the storage.
  3. Add a custom service that implements the IWizardCustomizationService interface.
  4. Register the custom color scheme storage in the CustomizeReportWizard method.
  5. Register the wizard customization service in XAML.

Reporting for WPF - Customize the Choose a Report Color Scheme Wizard Page

Files to Review

Documentation

More Examples