简体   繁体   English

将参数传递到ssrs url

[英]Pass a parameter into ssrs url

i have a report on my Report Server. 我在报表服务器上有一个报表。 How i can access from some application to my report, named Report1.rdl with parameters and to export to some format, for example CSV. 我如何从某些应用程序访问带有参数的名为Report1.rdl的报告,并导出为某种格式,例如CSV。

So far i have this 到目前为止,我有这个

http://server/ReportServer?%2fIntegration%2fReport1&rs:Command=Render&rs:Format=CSV http:// server / ReportServer?%2fIntegration%2fReport1&rs:Command = Render&rs:Format = CSV

How to put parameters ReportDate_FromDate,ReportDate_ToDate into my URL and when i access from some application to see file exported in CSV 如何将参数ReportDate_FromDate,ReportDate_ToDate放入我的URL中以及如何从某些应用程序访问以查看以CSV格式导出的文件

复制网址,然后在末尾添加&[ParameterName] = [value]

http://server/ReportServer?%2fIntegration%2fReport1&rs:Command=Render&rs:Format=CSV&ReportDate_FromDate='01-Jan-2016'&ReportDate_ToDate='13-Apr-2016'

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM