Monday, March 26, 2012

hidden report parameters

Hi, my report has 3 parameters, 2 of which I don't want displayed since I
will set these programatically. I am unable to successfully make these
parameters hidden. I have tried the following suggested solutions:
1-) when parameter 'hidden' option is selected
error: "The given key was not present in the dictionary"
2-) when parameter 'prompt' option is selected with
prompt label set to empty
error: "The report parameter is read-only and cannot be
modified"
3-) when parameter 'prompt' option is selected with
prompt label set to one space.
no error, but parameters show up on report w/out labels.
4-) modify the RDL XML to leave an empty prompt
attribute - i.e. <prompt></prompt>
error: "The given key was not present in the dictionary"
I am running SQL 2005 June CTP. Reporting Services
version is 9.00.1187.00.
Thanks for any insight you can provide.
--steveEver discover problem. Some more information, we are trying to use RDL older
version and using in CTP2005 version and that is what is causing the error.
"stark" wrote:
> Hi, my report has 3 parameters, 2 of which I don't want displayed since I
> will set these programatically. I am unable to successfully make these
> parameters hidden. I have tried the following suggested solutions:
> 1-) when parameter 'hidden' option is selected
> error: "The given key was not present in the dictionary"
> 2-) when parameter 'prompt' option is selected with
> prompt label set to empty
> error: "The report parameter is read-only and cannot be
> modified"
> 3-) when parameter 'prompt' option is selected with
> prompt label set to one space.
> no error, but parameters show up on report w/out labels.
> 4-) modify the RDL XML to leave an empty prompt
> attribute - i.e. <prompt></prompt>
> error: "The given key was not present in the dictionary"
> I am running SQL 2005 June CTP. Reporting Services
> version is 9.00.1187.00.
> Thanks for any insight you can provide.
> --steve
>sql

No comments:

Post a Comment