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. 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 21, 2010, 12:14 AM
U just Export All Reports to pdf or doc then Place it any one of Server Folders.
Plan That Files As an Attachments to email by C# Programatically.Other wise Generating Reports and Formatting to email According to desired Requirement leads Our task not simple.
I hope it will help U