Need to generate pdf files from sql data and need to name the files based on
data from a column
Ex. File001.pdf. File002.pdf.
What are the possible solutions?
I can think of using .net to call ssrs and save the files by .net code. Or
use .net and pdf writer.
Any other ideas?