Hi there
i have created a shared dataset in my SQL 2008 R2 report project.
I have one main report which has 10 subreports on it. Each of these subreports calls the same stored procedure.
I thought that the shared dataset would mean that when i run my main report, the dataset only calls the database once. However this does not seem to be the case. Am I using shared datasets incorrectly? Is there a way I can get it to only be called once still using subreports? Otherwise what is the point of the shared dataset?
Thanks in advance