SSRS 2008: How to do multiple values report?
Posted
by Shimrod
on Stack Overflow
See other posts from Stack Overflow
or by Shimrod
Published on 2010-06-04T08:51:39Z
Indexed on
2010/06/06
21:22 UTC
Read the original article
Hit count: 252
Hi everyone,
Right now I have an application which uses Reporting Services to render reports. This is working nicely, I call each report with a given value (e.g. a ClientId), and the report gets rendered correctly.
However, what I'd like to do now is being able to send multiple ClientIDs to the report, and would like to get 1 pdf file with count(ClientsIDs) pages, each containing the report, according to the ClienID.
How is that possible? I don't really know how to name what I want to do, so I don't really find answers on the net right now. Maybe someone has a tutorial for me?
Thanks in advance !
© Stack Overflow or respective owner