Multiple Pages Problem
Posted: Mon Apr 28, 2008 3:44 am
I am using asp.net 2.0 and sqlserver 2005 and StimulReport.Net.2007.1 for web reports.
I've developed a report which has multiple pages and some of the text boxes are data bounded.
The preview of the report shows correct result, but when i run the report it doesn't bound data from database.
I just print the data directly to pdf.
Following is the code I've used.
Dim Report As Stimulsoft.Report.StiReport = rwInvoice.GetReport()
wvInvoice.Report = Report
wvInvoice.PrintToPdf()
It works well when i used single page for report.
Thank you.
I've developed a report which has multiple pages and some of the text boxes are data bounded.
The preview of the report shows correct result, but when i run the report it doesn't bound data from database.
I just print the data directly to pdf.
Following is the code I've used.
Dim Report As Stimulsoft.Report.StiReport = rwInvoice.GetReport()
wvInvoice.Report = Report
wvInvoice.PrintToPdf()
It works well when i used single page for report.
Thank you.