• 大小: 2.03 MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签:

资源简介

C#打印模板,可自定义打印模板。适用于发票、收据、合同等格式的文档的打印

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Windows.Forms;
using System.Data;

namespace Print
{
    static class Program
    {
        /// 
        /// 应用程序的主入口点。
        /// 

        [STAThread]
        static void Main()
        {

            //使用模板前必须开启模板功能|让模板初始化
            PrintThemp.EditTemplateInfo.LoadEdit = true;
            //单套打印
            PrintThemp.EditTemplateInfo.IsMuch = false;

            //给模板数据源|EditTemplateDataSource:单套或EditTemplateDSCollection:多套

            #region DataTable
            DataTable contract = new DataTable(“Contract“);
            contract.Columns.Add(“buyEnterpriseZh“ typeof(string));
            contract.Columns.Add(“buyEnterpriseEn“ typeof(string));
            contract.Columns.A

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2861  2010-10-25 14:35  PrintThemp\ActiveX\ActiveX.vdproj

     文件      35105  2011-04-11 15:11  PrintThemp\ActiveX\Debug\ActiveX.CAB

     文件       4762  2011-04-11 15:13  PrintThemp\Print\bin\Debug\DockPanel.config

     文件       7168  2011-04-11 15:11  PrintThemp\Print\bin\Debug\Print.exe

     文件      13824  2011-04-11 15:11  PrintThemp\Print\bin\Debug\Print.pdb

     文件      14328  2011-04-11 15:22  PrintThemp\Print\bin\Debug\Print.vshost.exe

     文件        490  2007-07-21 01:33  PrintThemp\Print\bin\Debug\Print.vshost.exe.manifest

     文件     123392  2011-04-11 15:11  PrintThemp\Print\bin\Debug\PrintThemp.dll

     文件     192000  2011-04-11 15:11  PrintThemp\Print\bin\Debug\PrintThemp.pdb

     文件    2822598  2010-04-02 12:50  PrintThemp\Print\bin\Debug\Themplate\产品型式试验报告.bmp

     文件       2486  2011-03-31 08:09  PrintThemp\Print\bin\Debug\Themplate\产品型式试验报告.xml

     文件    2822598  2010-04-02 12:50  PrintThemp\Print\bin\Debug\Themplate\产品符合性声明.bmp

     文件       5615  2011-02-21 14:58  PrintThemp\Print\bin\Debug\Themplate\产品符合性声明.xml

     文件    2822598  2010-04-02 12:50  PrintThemp\Print\bin\Debug\Themplate\加工贸易业务批准证.bmp

     文件      14392  2010-09-04 13:18  PrintThemp\Print\bin\Debug\Themplate\加工贸易业务批准证.xml

     文件    2822598  2010-04-02 12:50  PrintThemp\Print\bin\Debug\Themplate\发票.bmp

     文件       4715  2010-08-15 15:55  PrintThemp\Print\bin\Debug\Themplate\发票.xml

     文件    2822598  2010-04-02 12:50  PrintThemp\Print\bin\Debug\Themplate\合同.bmp

     文件       7395  2011-03-26 08:23  PrintThemp\Print\bin\Debug\Themplate\合同.xml

     文件    3765872  2010-04-02 12:50  PrintThemp\Print\bin\Debug\Themplate\唛头.bmp

     文件       1019  2010-07-10 14:17  PrintThemp\Print\bin\Debug\Themplate\唛头.xml

     文件    2851194  2010-04-02 12:50  PrintThemp\Print\bin\Debug\Themplate\报检委托书(国家).bmp

     文件       3880  2010-10-15 10:13  PrintThemp\Print\bin\Debug\Themplate\报检委托书(国家).xml

     文件    2851194  2010-04-02 12:50  PrintThemp\Print\bin\Debug\Themplate\报检委托书.bmp

     文件       6438  2010-10-29 20:36  PrintThemp\Print\bin\Debug\Themplate\报检委托书.xml

     文件    2822598  2010-04-02 12:50  PrintThemp\Print\bin\Debug\Themplate\装箱单.bmp

     文件       5086  2010-10-24 16:33  PrintThemp\Print\bin\Debug\Themplate\装箱单.xml

     文件     430080  2009-05-08 14:36  PrintThemp\Print\bin\Debug\WeifenLuo.WinFormsUI.Docking.dll

     文件       8306  2011-04-11 15:22  PrintThemp\Print\obj\Debug\Print.csproj.FileListAbsolute.txt

     文件       7168  2011-04-11 15:11  PrintThemp\Print\obj\Debug\Print.exe

............此处省略198个文件信息

评论

共有 条评论