Just trying to be proactive here.
It appears that a co-worker of mine wants a way to mass-produce multiple copies of a report in PDF and/or DOCX format (i.e. One separate file per record). So far in my work I've been using a relatively simple implementation using the ReportViewer and a local report within an ASP.Net 4.0 web app, which is just fine if you want to download a single result set/file.
What are my options here? I just want to make sure I'm not missing any.
So far I've found a technique that allows you to 'render' the report in Word format and export it in a FileStream but that sounds like it might present some security concerns of its own.