I'm using crystal report in my
vb application, binding it to a data set and displaying the report. When I display the report, the left part of the report is blank (navigation section??), it looks like the report is split in two parts. This part consumes too much space of the screen. What is this section called and how can I limit how much is displayed on the left side, is there a property that I can set? ( I am using the 'MyCrystalReportViewer.Zoom(60)' to set the zoom size). Thank you.