首页 新闻 会员 周边

急事.Report Service的问题

0
悬赏园豆:10 [已关闭问题]


     做了一个BS的报表平台. 
 
     ASPX页面采用ReportViewer 控件来展示报表

     <rsweb:ReportViewer ID="rpvCurrent" runat="server" Width="100%"></rsweb:ReportViewer>

     后台代码:

     rpvCurrent.ProcessingMode = Microsoft.Reporting.WebForms.ProcessingMode.Remote;
     rpvCurrent.ServerReport.ReportServerUrl = new Uri(ConfigurationManager.AppSettings["ReportURI"]);
     rpvCurrent.ServerReport.ReportPath = sPath;
     rpvCurrent.ServerReport.ReportServerCredentials = CGlobal.ReportingServerWebServiceCredentials;

     以前上代码不需要多说. 做过报表的应该用名字上能猜出来.


    现在有一个难题, 由于报表后台管理是采用Report Service 自带的管理后台. 就像

    http://msdn.microsoft.com/zh-cn/library/ms157147.aspx 该页面的方式一样.

    我现在的问题是:  用这种自带管理后台的话,我如何自制我自已的权限系统.

    不知道有没有这方面的文章. 

不若相忘于江湖的主页 不若相忘于江湖 | 初学一级 | 园豆:51
提问于:2009-10-10 10:32
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册