cancel
Showing results for 
Search instead for 
Did you mean: 

CRVS2010 Beta - How do you hide the Group Tree for Visual Studio 2010

Former Member
0 Kudos

Would anyone know how to hide the group tree in the Crystal Reports viewer for Visual Studio 2010. I have tried

DisplayGroupTree="False" and found the property doesn't exist in the new version for VS 2010. I have search in the designer options and found nothing. Note this report is for ASP.net.

Thanks

Dave.

Subject modified as per the sticky post at the top of this forum; [Crystal Reports for Visual Studio 2010 Beta - read before posting|;

Edited by: Ludek Uher on Sep 15, 2010 8:55 AM

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

See if the [KBase |http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap%28bd1lbizjptawmq==%29/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333133383333333733303334%7D.do] will help. I don't have a CRVS2010 image loaded right now so can't do a quick test for you.

Please let the community know either way.

Ludek

Fixed the link

Edited by: Don Williams on Feb 13, 2011 8:30 AM

Answers (1)

Answers (1)

0 Kudos

Final Production release is now available. See this thread for more info:

Former Member
0 Kudos

i had a bad time looking for this answer, as this is the first link that google shows up i'll post the solution here

to hide that panel in vb just do this

CrystalReportViewer.ToolPanelView = CrystalDecisions.Windows.Forms.ToolPanelViewType.None

and done.

Edited by: omarsahi on Feb 13, 2011 12:41 PM

former_member183750
Active Contributor
0 Kudos

A simple search using the search box in the top right corner of this web page would have come up with the following KBase as one of the 1st - if not the 1st hit (for once, we beat Google ).

[1183704 - How to display or hide the Group Tree in CrystalReportViewer control through code in Crystal Reports 2008|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333133383333333733303334%7D.do]

- Ludek