随笔分类 -  报表开发

摘要:下载地址:http://www.rubylong.cn/download/Grid++Report6.zip using System; using System.Collections; using System.Collections.Generic; using System.Data; us 阅读全文
posted @ 2017-12-22 13:46 连先森 阅读(2987) 评论(0) 推荐(0)
摘要:1.system.web节点下 <httpHandlers> <add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.Re 阅读全文
posted @ 2017-12-09 11:43 连先森 阅读(253) 评论(0) 推荐(0)
摘要:前提概要参考:http://www.cnblogs.com/liandy0906/p/7936524.html private int m_currentPageIndex; /// <summary> /// 声明一个Stream对象的列表用来保存报表的输出数据,LocalReport对象的Ren 阅读全文
posted @ 2017-12-03 13:18 连先森 阅读(698) 评论(0) 推荐(0)
摘要:前提概要参考:http://www.cnblogs.com/liandy0906/p/7936524.html DbContextBase db = new DbContextBase(); var list = db.PurchaseOrderTBs.ToList(); List<Purchase 阅读全文
posted @ 2017-12-03 13:15 连先森 阅读(577) 评论(0) 推荐(0)
摘要:开发插件 ActiveRepoert 1.新建一个MVC的web项目 2.新建项 3.设置表格需要打印的字段 4.新建aspx显示报表视图 <body> <form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" r 阅读全文
posted @ 2017-12-01 02:26 连先森 阅读(1636) 评论(0) 推荐(0)