I'm using Crystal Reports 9. I created a report that has a small chart in the report header section. I am using the CrystalReportViewer on a windows form in VB.Net to view the report.
The problem is, the CRV treats the report as if it is an 8.5 x 11 sheet of paper (showing all the blank space to the right and below the chart which is anchored in the top left of the report). As a result, the CRV displays scrollbars allowing the user to scroll all over that blank region. This isn't the end of the world, but I'd rather the user not be able to scroll.
Is there a way to suppress the display of the scrollbars in the CRV? Or is there a way I can resize my report so that there's not so much blank space (to trigger the scrollbars)? I tried suppressing all sections but the Report Header and that didn't make a difference. Also, I couldn't find anywhere I could resize the display area of the report to something smaller than 8.5 x 11.
If anyone has a creative suggestion, I'd really appreciate it.
Thanks in advance.