Hi - any help would be tremendously appreciated.
I have been asked to create a quick project that calls a report from a hyperlink and need just a very basic way to do so.
The report is published to a SRS Server so all I need to be able to do is have a hypelink that will show the report on screen
Thanks in advance for any help
Rendering a Report using URL Access
If the info above is not sufficient you can google for the above keywords and am sure you will find what you need.
|||If you need more detail, the full syntax is available athttp://msdn.microsoft.com/library/en-us/RSPROG/htm/rsp_prog_urlaccess_7kbq.asp
The basic syntax is
http://server/virtualroot?[/pathinfo]&prefix:param=value[&prefix:param=value]...n]
sohttp://reportbox/reportserver?/CorpReports/SalesSummary&rs:Command=Render&rs:format=HTML4.0
wouldrender theSalesSummary report in theCorpReports folder on thereportserver vroot on thereportbox server inHTML 4.0 format
No comments:
Post a Comment