简体   繁体   中英

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.

So far i have this

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

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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