I am planning to generate 8 to 15 reports in sql server report server 2008. I want to create 8 to 15 separate sql server reports and tie them together with a table of contents in a c#.net 2008 or visual basic.net 2008. I then want to export these reports into an electronic format to email to users.
Can I setup separate sql server report service files (rdls) and have the C#.NET application tie these files together? I am hoping I can export the reports to Word.
Can you give me suggestions on how to accomplish this task?
BangaruBabu PuretiPosted Mar 20, 2010, 11:54 PM
Let Me Explain..
i think it is better, to export that all reports to Pdf,doc Programatically and plan to Write The Code As An Attchment(that all 8 to 15).
That will Looks Better .Other Wise U will Have Lot of Head Ache To Format email
with ur desired Requirement.
i think That will Reduces Ur Work....
I hope It will help U