Click here to Skip to main content
15,893,588 members
Articles / Desktop Programming / WPF

Hide Report Group Tree in WPF

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
8 Jul 2011CPOL 13.6K   4  
In WPF, just set the ToolPanelView property of CrystalReportViewer to None. That is enough.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
9 Oct 2011Colin3
Using the SAPBusinessObjects.WPF.Viewer.dll, the property ShowGroupTree is not available.To Hide the GroupTree as a default, set the property .ToggleSidePanel to SAPBusinessObjects.WPF.Viewer.Constants.SidePanelKind.None.e.g.With _viewer .IsEnabled = True ...
Please Sign up or sign in to vote.
7 Jun 2011Kanwal Shehzad 2 alternatives  
Hiding ReportGroupTree in WPF is a little bit tricky, as there is no simple property or method to do this.

License

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


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions