Skip to content

AnnaVekhina/how-to-customize-color-schemes-report-wizard-page-in-wpf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to customize the Choose a Report Color Scheme wizard page in WPF

This example demonstrates how to customize the Choose a Report Color Scheme wizard page in WPF applications.

Below are the main steps to change the color scheme set on the Report Wizard page:

  1. Implement the IColorSchemeStorage interface to create a storage for the wizard's custom color schemes.
  2. Use the AddColorScheme method to add custom color schemes to the created 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.

Releases

No releases published

Packages

No packages published

Languages