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 |
pjn
Starting Member
27 Posts |
Posted - 2008-10-28 : 09:29:33
|
HiThis might be due to the way I'm reusing reports, but any suggestions are most welcome!I have a single report definition with a dynamic datasource controlled via hidden parameters. I've then created 3 linked reports off the main one, each with different default parameter values. This means the users don't worry about which database is being used - they just click the relevant report.My problem is that when a user creates a new subscription to the report, the hidden parameters are then shown as part of the subscription config, therefore allowing them to type whatever they like into the hidden parameters.Is there some way to prevent the hidden parameters from being shown at the subscription level?ThanksPete |
|
|
|
|