Overriding command in WPF Viewer for Reporting Services

WPF Viewer for Reporting Services allows overriding standard actions and command predicates. To do this, declare a class inherited from the ReportViewer and override methods:

On<Command name> - to override actions performed when performing a command

Can<Command name> - to override actions performed when checking availability of a command.

Add Feedback