Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jassie
Constraint Violating Yak Guru
332 Posts |
Posted - 2011-04-20 : 17:29:46
|
I write out ssrs 2008 or ssrs 2008 r2 reports to a file share using code based upon the link: http://msdn.microsoft.com/en-us/library/ms152787.aspx. I want to write out the reports to a specified higher level directory strucutre and then dynamically write out the reports to lower level directory levels. I want to export the reports in excel and have each report setup in a unique separate excel spreadsheet. So based upon the link listed below, which one of the three methods would you recommend I use and why. The 3 methods are: 1. Develop applications using Microsoft Visual Studio and the Microsoft .NET Framework SDK, 2. Develop applications using the rs utility (RS.exe), the Reporting Services script environment., 3. Develop applications using any SOAP-enabled set of development tools. |
|
|
|
|