Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have half written a report for the collection document on the website. Instead of running it in the report services website, can we generate a PDF file that use user can or save by just executing a URL?

http://xxxx/Reportserver?%2fxxxxxx%2fcollection&rs:Command&customer=00000008&document=sc019231&rs:format=Pdf

Breaking it down:

http://xxxx/Reportserver- use the report server not the reports site
?%2fxxxxxx%-Reports folder for the project
2fcollection-Name of the report
&rs:Command=Render-Tell it to run
&customer=00000008-customer filter
&document=sc019231-Document number filter
&rs:format=Pdf output format

The objective is to construct this string and call the URL From the Mainfest and the labels button.
At present it calls the file collection.PDF, but if that is a default and we can pass another parameter with a name
Posted
Updated 3-Mar-11 11:46am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900