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 |
mvanwyk
Yak Posting Veteran
99 Posts |
Posted - 2010-04-06 : 10:04:30
|
Hi Team.I hope I’m posting in the right section here.We're building a web application for a customer, this web app makes use of Reports from SQL Reporting Services.Issue 1Every time the customer requests a new report from us, we have to design it and then drive out to the customer and then deploy it to their local report server.Is there a way without using the report manager to import this newly created report? (How about dumping the file into a folder somewhere on the server?) Is the report itself an actual file or is it stored in the DB?Issue 2The application needs to be as dynamic as possible, it make use of a menu on the left.For example.The parent nodeReportsAnd all child nodes under this need to be read directly from the report server repository?Is this possible?Please note we’re coding in .NET 3.5 C# |
|
|
|
|