Step 1
Locate the report/ratio you be Creation a bond to use the ReportServer gantry in SSRS. Typically, this is found at http://servername/ReportServer. The interface be minimal, but display the same shirts and reports/ratios as the report/ratio Manager.
Step 2
Copy the URL. Note that the URL may to contain several parameters, but the part to to look at for is the report/ratio path, which can be found enter the "?" and the initially "&", if any exists. In the to follow example, the report/ratio path is "/Folder/Report%20Name":
http://servername/ReportServer?/Folder/Report%20Name&rs:Command=Render
Step 3
Create a new URL use the report/ratio path with some additional parameters to to specify the Returned format. The "rs:Format" parameter specify the Returned format for the report. The to follow values are commun run for a defect installation of SSRS: HTML4.0, MHTML, IMAGE, EXCEL, PDF and CSV. The "rs:Command" parameter set to "Render" informed the report/ratio server to to return the report/ratio in the specific format.
For example, for a URL that always returns the report/ratio as a PDF document, use the following:
http://servername/ReportServer?/Folder/Report%20Name&rs:Format=PDF&rs:Command=Render
Step 4
Render a report/ratio as an Excel document this way:
http://servername/ReportServer?/Folder/Report%20Name&rs:Format=EXCEL&rs:Command=Render