Link to home
Start Free TrialLog in
Avatar of DeniseGoodheart
DeniseGoodheart

asked on

How to show all report pages using CrystalReportViewer 10 on the Internet?

Hi,

I'm  using ASP.NET 2005 with VB, SQL Server 2000, and Crystal Reports .NET 2005 Version 10.  I have a report with 43 pages, but the print preview (CrystalReportViewer1.ReportSource) only shows the first page.  Is there anyway to display all the pages?  I'm displaying the data on the Internet, so PrintToPrinter(1, True, 0, 0) will not work.

Any Suggestions?
Thanks,
Denise
SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DeniseGoodheart
DeniseGoodheart

ASKER

Hi All,

The next page does not work on my Web page, all it does is display an empty page.  I need to have all the pages displayed at once on the Web page, so that I can use the window.print() option to print all the pages.

Thanks,
Denise
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi All,

I bought the book called Professional Crystal Reports for VS.NET by David McAmis and it suggested to do the following:

CrystalReportViewer1.SeparatePages=false

This did the job.

Thanks for all your suggestions,
Denise
Glad you got it working.

Spykair.