Forum Discussion
gnanasekar
9 years agoNew Contributor
Hello bensonbishural
You can check a report viewer page for SQL Reporting Services that uses exclusively its SOAP API Here !
https://www.codeproject.com/Articles/9161/SQL-Reporting-Services-Viewer-Page-Using-SOAP-API
Small intro about this topic
------------------------------------
This code is intended to provide a starting point for a SQL Reporting Services(SSRS) viewer that uses exclusively the SOAP API for rendering. This report will be embedded as a HTML fragment into the calling page and no IFRAME is used if the format is HTML. This is as an alternative to URL report access or to use the sample report viewer web server control that is coming with RS installation.
I hope this will help you...thank's for reading.