all groups > sql server reporting services > december 2004 >
You're in the

sql server reporting services

group:

SQL Reporting Services - Disable Report Parameter



SQL Reporting Services - Disable Report Parameter Augustin Prasanna
12/8/2004 10:53:02 PM
sql server reporting services: Hi,
We use SQL Reporting Services Report Manager console to generate reports.
On click of an hyperlink, we open up the reports web service passing the
necessary params. Values to one of the report parameters are passed from the
application (currently logged in user's ID). The report parameter is
displayed on the screen and thereby users are able to change the user id and
generate reports. Is there any way to hide one report parameter and display
the other parameters.

Thanks in advance

Regards,
RE: SQL Reporting Services - Disable Report Parameter David Siebert
12/9/2004 7:37:46 AM
Yes,

You can do it through the report manager by going to the report's parameters
page under properties and unchecking the "Prompt User" option for that
parameter.


[quoted text, click to view]
RE: SQL Reporting Services - Disable Report Parameter Augustin Prasanna
12/9/2004 8:47:03 PM
Hi David,
tried that. but getting an error 'The parameter is readonly and
cannot be modified'. im trying set the value through querystring from app and
do not want the users to modify the value.

Thanks,
Augustin

[quoted text, click to view]
Re: SQL Reporting Services - Disable Report Parameter Demetrius
12/13/2004 10:42:42 AM
in the ReportViewer code:

ReportViewer1.Parameters=Microsoft.Samples.ReportingServices.ReportViewer.multiState.False;


"Augustin Prasanna" <AugustinPrasanna@discussions.microsoft.com> escreveu na
mensagem news:70A810E3-C2EF-4A99-9DF1-336828CFC93C@microsoft.com...
[quoted text, click to view]

AddThis Social Bookmark Button