Using Visual Studio 2005, I inserted a CrystalReportVi ewer into a Div tag to display a report that takes up 1 and a half pages.
If i set the property to BestFitPage = False then I get scroll bars appearing on the right and bottom of the report. If I set to true, then when the last bit of data is displayed, it goes on to show the blank half of page 2 at the bottom of my webpage.
Basically, does anybody either know how to remove the blank half of a page from the report or to remove the scrollbars from the CrystalReportVi ewer.
Please ask if more info on this is needed
If i set the property to BestFitPage = False then I get scroll bars appearing on the right and bottom of the report. If I set to true, then when the last bit of data is displayed, it goes on to show the blank half of page 2 at the bottom of my webpage.
Basically, does anybody either know how to remove the blank half of a page from the report or to remove the scrollbars from the CrystalReportVi ewer.
Please ask if more info on this is needed
Comment