Crystal Report Viewer group tree hiding Issue!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • babai28
    New Member
    • Jul 2008
    • 59

    Crystal Report Viewer group tree hiding Issue!

    Hi,
    I wish to hide the group tree of the crystal report viewer programatically .
    Intellisense denied any "DisplayGroupTr ee" property of the control!
    A little googling yielded the fact that in VS 2008 the "ToolPanelV iew" property serves the purpose.
    The intellisense denied even this property.
    I am using VS 2008 and the build is with target 3.5 framework.
    I feel betrayed.
    Please help!

    Regards,
    Sid
  • tasso
    New Member
    • Apr 2010
    • 1

    #2
    Hi

    I've been wrestling with this all morning; here's how it works in VB:

    rptView.ToolPan elView = CrystalDecision s.Windows.Forms .ToolPanelViewT ype.None

    Comment

    Working...