I am not able to reproduce your problem... I created a small report with a
parameter ,gave it a default value and deployed it... The reportserver has
the same default value as I created in dev....
Now, if I redeploy the report after having changed the report parameter in
the dev environment it does NOT change the default in prod... This is based
on the same concept as data sources not getting overwritten....
Hope this helps...
--
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com (Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org [quoted text, click to view] "Aaron Berquist" <aberquis@opentext.com> wrote in message
news:%23U2ymR6EFHA.3244@TK2MSFTNGP15.phx.gbl...
>I have a strange issue I just experienced while working with Reporting
>Services (with SP1 installed.)
>
> I created a report in Visual Studio, with 3 Report Parameters. 2 of the
> parameters had default, non-queried values specified, and one did not. I
> uploaded the RDL to the web server for the first time (note: not updating
> an existing report, but setting up a brand new report on the web server.)
> After I had uploaded the report, none of my Parameter defaults were set
> up. On the web server I had to go the the report, then choose Properties:
> Parameters and set the 2 default parameters there. In speaking with some
> co-workers, apparently there should only be an issue with default
> parameters not loading in when the report is updated on the web server.
>
> Any ideas?
>