Help with displaying Crystal report in ASP Webpage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MattGaff
    New Member
    • Oct 2007
    • 24

    Help with displaying Crystal report in ASP Webpage

    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
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    Visual Studio 2005, huh? Is this ASP.NET (ASPX) or "classic" ASP?

    Jared

    Comment

    • MattGaff
      New Member
      • Oct 2007
      • 24

      #3
      sorry, ASP.NET - ASPX

      Comment

      Working...