reported no updated at print
Hello People !!!
I have a case:
1. I call an asp.net page showing a report with data A
2. I specify an new value for a report parameter when I clic a button
3. I prepare the report and I get the report in the webreport component with data B. Fine !!!
4. I try to print the report and fast-report show the report wth data A . Wrong.
Should show the report with the data B.
Please help.
I have a case:
1. I call an asp.net page showing a report with data A
2. I specify an new value for a report parameter when I clic a button
3. I prepare the report and I get the report in the webreport component with data B. Fine !!!
4. I try to print the report and fast-report show the report wth data A . Wrong.
Should show the report with the data B.
Please help.
Comments
You should change the report parameters in the WebReport.StartReport event handler.
Every time you specify a new value the report is updated in the webreport. However, you try to print, the value shown is the specified at first time.
The source is at http://www.todared.com/demo.txt
Thanks,
Pedro