I have a report that has a parameter. I changed my mind about the parameter
and deleted it by clicking on the Report menu and selected Report Parameter
menuitem in VS 2003. Now when I try to Preview my report I get
"OrderStatus" refers to a non-existing report parameter. Can someone please
tell me what I am doing wrong. I simply want to remove the parameter so the
user will not be able to select combo box on the report.Do you have a dataset named "OrderStatus" or a textbox? I'd check for
references there.
"ADLearner" wrote:
> I have a report that has a parameter. I changed my mind about the parameter
> and deleted it by clicking on the Report menu and selected Report Parameter
> menuitem in VS 2003. Now when I try to Preview my report I get
> "OrderStatus" refers to a non-existing report parameter. Can someone please
> tell me what I am doing wrong. I simply want to remove the parameter so the
> user will not be able to select combo box on the report.|||In the VS IDE you can press F7 to get to the RDL code and from there you can
do a global search for "ReportParameters" to see what is still defined in
the RDL. From there you can remove any reference to it and Shift-F7 to get
back to design and test it.
Rodney Landrum - Author, "Pro SQL Server Reporting Services" (Apress)
http://www.apress.com
"ADLearner" <ADLearner@.discussions.microsoft.com> wrote in message
news:37649C9C-A45C-475F-87D1-A147406EB0BC@.microsoft.com...
>I have a report that has a parameter. I changed my mind about the
>parameter
> and deleted it by clicking on the Report menu and selected Report
> Parameter
> menuitem in VS 2003. Now when I try to Preview my report I get
> "OrderStatus" refers to a non-existing report parameter. Can someone
> please
> tell me what I am doing wrong. I simply want to remove the parameter so
> the
> user will not be able to select combo box on the report.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment