Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 2.86 KB

File metadata and controls

32 lines (21 loc) · 2.86 KB

Reporting for WPF - Custom Editors for Report Parameters

This example invokes a custom ComboBoxEdit editor for a multi-value report parameter.

To implement a custom parameter editor, create a custom parameter template selector and assign it to the ParameterTemplateSelector property of the of the DocumentPreviewControl‘s ParametersPanel.

The custom parameters template selector extends the base ParameterTemplateSelector class, and specifies a custom editor template for the multivalue parameter.

Screenshot

Files to Review

Documentation

Does this example address your development requirements/objectives?

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