首页 > 慧问 > 频道

BS模式下DevExpress报表如何加载数据?[DevExpress Universal Subscription]

发表于2019-05-10 回复:0 查看:1856  |  

Web端通过报表名称加载报表

 

public void GetLoadReportInfo(string strReportName)
        {         
            string strPath = "BE.AO.FS.SS.Frame.Web.FormTemplate." + strReportName;
            ReportPreviewModel model = new ReportPreviewModel("../../ReportService1.svc");            
            model.ReportName = strPath;
            documentPreview1.Model = model;
            model.CreateDocument();
        }

 

请问这种情况报表如何加载数据?

 

如果是在报表模板中加载数据的话,我需要传递参数进去,那么该如何给报表模板传递参数?

0个回答

打破零回复...

回复

登录 慧都网发表评论

扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP