Roy mm


Hello.
I have a report with parameter called "parm1", that gets a value of "true" or "false" depanding on another parameter.

When the report is runnig the parm1 value is "false".
How can I protect this parameter from a change by the user
I mean - the user can run the report and then add to the url "&param1 = true".

Can I do anything against that
I tried marking it as "internal" and I thought that now it can get his value only from inside the report but it didn't worked.

Any ideas

Thanks.



Re: How to protect my parameters

BobP - BIM


Actually, if you mark it as internal, and then try to pass it in an URL, you get the error:

The report parameter 'ClientKey' is read-only and cannot be modified. (rsReadOnlyReportParameter)

peace

BobP





Re: How to protect my parameters

Roy mm

well, actually, I don't Sad

I tried it and I can pass the internak parameter a value trough the url with out any error...

Strange...





Re: How to protect my parameters

BobP - BIM

What version of SSRS are you running

BobP






Re: How to protect my parameters

Roy mm

Hi Bob,

I'm using SSRS 2005.