Hi all,

I've built a report which displays data from a db. This works fine, rendering the report correctly.

My query returns ~40,000 records. I would like to automatically generate a pdf file for each record, named using one of the fields returned by the query.

How do I automate this? I have Report Builder 3, and Visual Studio.

Thanks.