Asp.Net Zero是一款非常优秀的web框架,可以用来快速构建业务系统.框架满足了业务系统所需的大部分通用功能,但是系统必须的打印报表功能一直没有实现.下面给大家介绍如何在zero中集成打印功能,可实现模板设计.套打.批量打印.指令打印.条码/二维码打印等等. 首先需要设计一套灵活用于系统的打印业务,业务设计如下: 首先在core层中新增Prints文件夹,prints中新建PrintTemplate public class PrintTemplate : Entity<int>, I
using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.Drawing.Printing; using System.Drawing; namespace Lds2013 { /**//// <summary> /// 打印类 /// </summary> public class Printer { private Dat