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] > 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
>
> "David Siebert" wrote:
>
>> 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.
>>
>>
>> "Augustin Prasanna" wrote:
>>
>> > 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,
>> > Augustin