SSRS report server won't render HTML
-
Friday, March 16, 2012 8:48 PM
Hi there,
please excuse me if this issue has been addressed before, i could not find any answer ...
I'm new with SSRS. I've successfully created an app in another server acting as a web client
that sends requests to a SSRS server. It works fine. There's only one little problem: when i need
the response in HTML format, i have to send a request like this:
http://theserver/reportserver?/
Webapp/SomeReport& HTML'ID=12&rs:Format=HTML4. 0&rs:Command=Render instead of:
http://theserver/reportserver?/
Webapp/SomeReport& 'ID=12&rs:Format=HTML4. 0&rs:Command=Render as the documentation shows.
I would like to use the parameter 'rs:Render' regardless the value in 'rs:Format'. Is it possible?
Any help will be highly appreciated.
All Replies
-
Thursday, March 22, 2012 9:40 AMModerator
Hi,
Please refer to the following example to modify the URL:
http://ServerName/reportserver?/Sales/YearlySalesSummary&rs:Command=Render&rs:Format=HTML4.0In addition, there are some articles about URL access in Reporting Services, please see:
URL access: http://technet.microsoft.com/en-us/library/ms153586(v=sql.105).aspx
Using URL Access Parameters: http://technet.microsoft.com/en-us/library/ms152835.aspxRegards,
Bin Long
Bin Long
TechNet Community Support
- Edited by Elvis LongMicrosoft Contingent Staff, Moderator Thursday, March 22, 2012 9:40 AM
- Marked As Answer by Elvis LongMicrosoft Contingent Staff, Moderator Monday, March 26, 2012 1:32 AM

