資源簡介
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\產品型式試驗報告.xm
?????文件????2822598??2010-04-02?12:50??PrintThemp\Print\bin\Debug\Themplate\產品符合性聲明.bmp
?????文件???????5615??2011-02-21?14:58??PrintThemp\Print\bin\Debug\Themplate\產品符合性聲明.xm
?????文件????2822598??2010-04-02?12:50??PrintThemp\Print\bin\Debug\Themplate\加工貿易業務批準證.bmp
?????文件??????14392??2010-09-04?13:18??PrintThemp\Print\bin\Debug\Themplate\加工貿易業務批準證.xm
?????文件????2822598??2010-04-02?12:50??PrintThemp\Print\bin\Debug\Themplate\發票.bmp
?????文件???????4715??2010-08-15?15:55??PrintThemp\Print\bin\Debug\Themplate\發票.xm
?????文件????2822598??2010-04-02?12:50??PrintThemp\Print\bin\Debug\Themplate\合同.bmp
?????文件???????7395??2011-03-26?08:23??PrintThemp\Print\bin\Debug\Themplate\合同.xm
?????文件????3765872??2010-04-02?12:50??PrintThemp\Print\bin\Debug\Themplate\嘜頭.bmp
?????文件???????1019??2010-07-10?14:17??PrintThemp\Print\bin\Debug\Themplate\嘜頭.xm
?????文件????2851194??2010-04-02?12:50??PrintThemp\Print\bin\Debug\Themplate\報檢委托書(國家).bmp
?????文件???????3880??2010-10-15?10:13??PrintThemp\Print\bin\Debug\Themplate\報檢委托書(國家).xm
?????文件????2851194??2010-04-02?12:50??PrintThemp\Print\bin\Debug\Themplate\報檢委托書.bmp
?????文件???????6438??2010-10-29?20:36??PrintThemp\Print\bin\Debug\Themplate\報檢委托書.xm
?????文件????2822598??2010-04-02?12:50??PrintThemp\Print\bin\Debug\Themplate\裝箱單.bmp
?????文件???????5086??2010-10-24?16:33??PrintThemp\Print\bin\Debug\Themplate\裝箱單.xm
?????文件?????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個文件信息
評論
共有 條評論