Answered by:
How to Call Reporting Services from web page

Question
-
User-553535282 posted
Hi everybody
May you tall me how can I access to reporting services from web page (VB.NET) with 2 parameters
this is url of report :
http://w-jhq-rs2/Reports/Pages/Report.aspx?ItemPath=%2f%d8%aa%d9%82%d8%a7%d8%b1%d9%8a%d8%b1+%d8%aa%d9%82%d9%8a%d9%8a%d9%85+%d8%a7%d9%84%d8%a3%d8%af%d8%a7%d8%a1%2fGoals
thanks
Wednesday, June 29, 2011 1:42 AM
Answers
-
User1471008070 posted
Hi,
It seems that you want to access the server reort via URL, in addtion, you want to pass two parameters' value to the report via URL, right?
Actually, With URL access, you access reports through a report server URL, here please make sure it is the Report server URL not Report manager, I notice your URL is report manager, which is not correct. You can click this link about Using URL Access in a Web Application http://msdn.microsoft.com/en-us/library/ms153563.aspx for detail information.
Thanks,
Challen Fu- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, June 30, 2011 6:06 AM -
User-553535282 posted
I find the result:
http://w-jhq-rs2/ReportServer/Pages/ReportViewer.aspx?reportName&rs:Command=Render&V1=xxx&V2=xxx&rc:Parameters=false
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Saturday, July 2, 2011 1:09 AM
All replies
-
User-1176613597 posted
Hi,
Please take a look at the below link, which will provide u a step by step implemention on SSRS into ASP.Net
http://www.codeproject.com/KB/reporting-services/Reporting_Services.aspx
Hope this help u..
Thanks
Wednesday, June 29, 2011 2:53 AM -
User1471008070 posted
Hi,
It seems that you want to access the server reort via URL, in addtion, you want to pass two parameters' value to the report via URL, right?
Actually, With URL access, you access reports through a report server URL, here please make sure it is the Report server URL not Report manager, I notice your URL is report manager, which is not correct. You can click this link about Using URL Access in a Web Application http://msdn.microsoft.com/en-us/library/ms153563.aspx for detail information.
Thanks,
Challen Fu- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, June 30, 2011 6:06 AM -
User-553535282 posted
I find the result:
http://w-jhq-rs2/ReportServer/Pages/ReportViewer.aspx?reportName&rs:Command=Render&V1=xxx&V2=xxx&rc:Parameters=false
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Saturday, July 2, 2011 1:09 AM