Skip to content

Customize the "Choose a Report Color Scheme" wizard page in WinForms applications.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/reporting-winforms-customize-color-schemes-in-wizard-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporting for WinForms - How to Customize the "Choose a Report Color Scheme" Wizard Page

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

Implementation Details

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. Call the XRDesignMdiController.AddService method to register the created service.

Files to Review

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

Customize the "Choose a Report Color Scheme" wizard page in WinForms applications.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •