/reporting-wpf-report-designer-customize-controls-smart-tag

How to customize the smart tags: for a standard report control and for a custom controls

Primary LanguageC#OtherNOASSERTION

Reporting for WPF - Customize a Control's Smart Tag

This example shows how to customize the standard smart tag of a report control. You need to override the diagram item's SmartTagTemplate property for this task.

It also shows how to create a smart tag for a custom control. For this, set the SmartTagTemplate property and override the custom diagram item's GetSmartTagViewModel method.

Files to Review

Documentation