I have a c# .net application and I have created a report which has a TreeView on the left. I enabled it via the property :CrystalReportViewer.displaytreeview = true
But what I dont see is a button on my tool bar where I can hide/show the Group Tree View. Also, I dont see a print button. In my code I have written
crvViewer.DisplayToolbar = true
crvViewer.HasPageNavigationButtons = true
But What do I write for Hide/Show Group Tree and Print Option?
Pls. help!!!!!
But what I dont see is a button on my tool bar where I can hide/show the Group Tree View. Also, I dont see a print button. In my code I have written
crvViewer.DisplayToolbar = true
crvViewer.HasPageNavigationButtons = true
But What do I write for Hide/Show Group Tree and Print Option?
Pls. help!!!!!