开发者

Creating webpage to retrieve SSRS

开发者 https://www.devze.com 2023-04-07 07:47 出处:网络
I created a report using SSRS in sql server 2008 r2,and now i want to create a front end webpage to retrieve the reports depending on the users choice..eg: Giv开发者_StackOverflow社区ing the user the

I created a report using SSRS in sql server 2008 r2,and now i want to create a front end webpage to retrieve the reports depending on the users choice..eg: Giv开发者_StackOverflow社区ing the user the reports from start to end date..


Assuming that you are trying to show it in ASP.NET, you need to use the ReportViewer Control.

http://msdn.microsoft.com/en-us/library/aa179197%28v=SQL.80%29.aspx


Provide a custom UI to take in the parameter values parameter and then load the report in an inline frame by passing the parameters using the rc: commands and disable the toolbars if wanted refer the following : Using URL Access Parameters

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号