Showing posts with label urlaccess. Show all posts
Showing posts with label urlaccess. Show all posts

Friday, March 9, 2012

Parameters in Reporting Services

Hello I'm trying to send any parameters to reporting services I using
URLaccess, but it not valid nothing
examples
http://localhost/Reports/Pages/Report.aspx?ItemPath=%2fReportes+Acceder%2fImpresiones%2f01+Acceder+Catalogo+de+Personal&ordenar=C
parameter name =ordenar
value=C
what can I do?Use ReportServer virtual root:
http://localhost/ReportServer?ItemPath=%2fReportes+Acceder%2fImpresiones%2f01+Acceder+Catalogo+de+Personal&ordenar=C
--
Dmitry Vasilevsky, SQL Server Reporting Services Developer
This posting is provided "AS IS" with no warranties, and confers no rights.
--
---
"Delphos" <Delphos@.discussions.microsoft.com> wrote in message
news:E7F17180-B070-450C-A8B7-5A07FF343E10@.microsoft.com...
> Hello I'm trying to send any parameters to reporting services I using
> URLaccess, but it not valid nothing
> examples:
>
http://localhost/Reports/Pages/Report.aspx?ItemPath=%2fReportes+Acceder%2fImpresiones%2f01+Acceder+Catalogo+de+Personal&ordenar=C
> parameter name =ordenar
> value=C
> what can I do?