I have to create a client report(rdlc) with the following layout
name:
dob:
more detail:
When the client run the report, it has to create this report for each user and store a folder.
for example, if I have 100 user for a month, i have to create 100 report with each user information and store them in a client's folder location.
I'm using .net code to run the report.
How can do this?
Any help appreciated.