Bruce,
You mentioned, "Note that this parameter is of type string, you do not
inclose it." What if your parameter's data type is of say DateTime type,
how would you pass that value on the URL string? What about the other data
types (boolean, float, int, etc)? Do you have to do anything special to
pass values to parameter with these other data types?
Thanks!
[quoted text, click to view] "Bruce Loehle-Conger" <bruce_lcNOSPAM@hotmail.com> wrote in message
news:eMG46xOnEHA.2076@TK2MSFTNGP15.phx.gbl...
> You didn't give the whole line but this one should have worked.
> /Open_O_reports_Details&monum=A049529
>
> Here is one that works for me:
>
http://myserver/ReportServer/Pages/Report.aspx?/myfoldername/myreportname&myparamname=1235678
>
> Note that this parameter is of type string, you do not inclose it.
>
> Bruce L-C
>
>
>
> "Lee Hopkins" <ljhopkins_1@yahoo.com> wrote in message
> news:1ac601c49ce5$dd2aa5a0$a301280a@phx.gbl...
> > I have tried to hardcode a parameter
> > ..../Open_O_reports_Details&@monum='A049529'
> > .../Open_O_reports_Details&@monum=A049529
> > .../Open_O_reports_Details&monum=A049529
> > .../Open_O_reports_Details&monum='A049529'
> >
> > the report opens but the value is not passing with any of
> > the above
> >
> >
> >
> > >-----Original Message-----
> > >I have a asp.net and asp pages that need to call sql
> > >reports easy with out parameters. How so I pass the
> > >parameter through a url.
> > >
> > >ie http:\report\openorder @ordernum = "A1234"
> > >.
> > >
>
>