Crystal Report viewer Navigation bar problem
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Anyone knows how to hide the navigation bar when viewing report in the browser and printing the same thru the browser. I've tried these options but doesn't work.. crp.ParameterFieldInfo = paramFields crp.DisplayGroupTree = False crp.EnableDrillDown = False crp.HasPageNavigationButtons = False crp.DisplayToolbar = False crp.SeparatePages = True Thanks in anticipation