Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 Printing Multiple Reports

Author  Topic 

shiznat29
Starting Member

1 Post

Posted - 2007-05-07 : 16:14:39
We have a set of Reporting Services detail reports which each have a graph.
The user needs to be able to print one at a time (working fine) or a group
all at once. We built a custom front end that lets them choose which ones
they want to print, and they then use the "print all linked documents" option
in IE to print them all. The issue we have run into is....When the reports
are all being printed some of the report's graphs dont refresh the data, and
have the data from other graphs. I put a table below the graphs which pulls
from the same dataset and it shows the right values but they dont match the
ones the graph is showing. We have caching turned off for the reports, so
does anyone know what else could be the issue here?

   

- Advertisement -