ASP.NET - Crystal Reports
I have created report in CrystalReports10, this preport is having parameter field.
This report is with mutiple pages (each record from the database table displayed on separate page).
I added this report to a Asp.net page, and I am loading the report on pageLoad event and I am passing the parameter in the pageload event,
the report loads correctly , the problem is with Navigation button on the tool bar,
when I click on the next button, the second page(second record from the database table) in the report gets loaded but after that the next button doesnt work.
Note:The same report works fine when I enter the parameter value when it prompts , but it is not working when I am passing the value at the page load.
I think it has something to do with parameters.
Any one can help me in this.
|