Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi I have a wpf form in which I am using a "CrystalReportViewer".I need To hide the GroupTree By default.I have tried 'ToolPanelView="None" '.But its not Working

Right Below is code I used
XML
<my:WindowsFormsHost Grid.Row="1" Name="Form" Width="auto" Height="Auto">
           <crystal:CrystalReportViewer x:Name="MyCrystalReportViewer" Width="300" Height="500" ToolPanelView="None"/>
</my:WindowsFormsHost>
Posted
Updated 30-Oct-13 23:29pm
v2

1 solution

Similar question with answers
Crystal Report Viewer group tree hiding Issue![^]
 
Share this answer
 
Comments
rishi.ohm 31-Oct-13 7:50am    
thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900