I'm using Visual Studio 2010.
My report viewer code looks like this:
<my:CrystalReportsViewer x:Name="MyCrystalReportViewer" Width="900" Height="555" ShowRefreshButton="False" ShowToggleSidePanelButton="False" ShowSearchTextButton="False" />
I have two questions:
1. How do I get the Print, Export, Copy, etc buttons to be enabled when a report is opened?
2. Is there a way to hide the Group Tree/Side Panel thing?
Thanks for your time!
Brenda