This is a migrated thread and some comments may be shown as answers.

How to hide Print button

2 Answers 237 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
taras
Top achievements
Rank 1
taras asked on 14 May 2010, 11:26 PM
It is easy for WinForms:

reportViewer1.ShowPrintButton = false;
reportViewer1.ShowExportButton = false;

But how the same can be accomplished in WPF?

Show...Button properties are not available in WPF ReportViewer?

Thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 17 May 2010, 02:55 PM
Hi taras,

The WPF Report Viewer is actually a template that can be easily modified with Blend. I have attached a XAML with a modified viewer template.

Best wishes,
Peter
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
taras
Top achievements
Rank 1
answered on 18 May 2010, 12:33 PM
Thank you Peter,

I thought about templating but Blend3 failed to create the template complaining about MeasurementUnits enum and this discouraged me. When I repeated the exercise today with Blend4 everything was just fine.

Thank you again for the pushing me to the right direction.
Tags
General Discussions
Asked by
taras
Top achievements
Rank 1
Answers by
Peter
Telerik team
taras
Top achievements
Rank 1
Share this question
or