开发者

Creating webpage to retrieve SSRS

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜