实例介绍
与6.0版相比,控件6.01版的主要更改如下: 1、解决6.0版在XP及Windows Server 2008等操作系统下打印预览及打印不正确的问题(第1页正常,其他各页全部是空白)。 控件主要功能: 1、强大的DataGridView打印功能,不仅可以以多种形式(普通打印、分栏打印、跨页打印、工资条打印)打印DGV表格,基本上能完全按DGV控件本身设置的格式如字体、字号、背景颜色、前景颜色、单元格对齐方式等打印出来,文字图像都可以打印,而且是完全根据表格当前的显示顺序进行打印的,基本上做到了所见即所得的打印。 2、报表设计功能。报表模板设计组件EasyReport可以设计普通报表、分组报表、套打模板等,以DataGridView为数据源。控件的位置以毫米为计量单位,定位准确,很适合套打单据设计。 3、图表打印功能。5.2版控件新增了一个Chartlet的组件,使用非常方便,可以生成柱形图、饼图、折线图等多种图形,而且可以设置2D或3D效果,既可以在打印控件中打印出来,也可以在Graphics对象中显示。 4、文本打印输出功能,控件提供多个文本打印重载函数,打印文本时,如果需要,控件会自动换行和换页打印输出。还增加了以指定行间距及字符间距打印文本的功能,可以用固定行距,也可以用单倍或多倍行距打印文本。 5、绘图功能,基本上.NET的GDI+的绘图函数(如直线、矩形、路径、多边形、曲线等)都有,只有个别函数的名称有点区别。 6、支持同一文档多种版面格式打印(类似于Word中的节的功能):对同一份文档,不同的页面可以设置不同的格式(纸张大小、纸张方向、页边距),只需要在新增一页时在NewPage方法中指定要使用的页面格式即可,使用非常简单。 7、报表文件保存功能。本控件允许将当前打印预览的内容保存为报表文件,以后使用本控件重新打开该报表文件即可重现原来保存报表时的打印内容。 8、数据导出功能,可以将DataGridView导出为Excel\PDF\RTF\HTML文件,5.7版控件使用开源的NPOI导出Excel,速度非常快,效果非常好。 9、强大的容器控件打印功能(DrawPanel函数)。借助该函数,您只需要在您的容器控件中设计好要打印的内容及打印内容的相对位置,控件轻松帮你打印出来(如果超过一页,控件会自动换页续打)。 10、5.6版新增的SimpleReport组件允许您在一个方案文件中管理多个打印方案,在打印预览时能自由在各个打印方案之间切换。 11、RichTextBox控件的RTF文本打印功能。 12、页眉页脚中既可打印文字,也可打印图像,或者即打印图像又打印输出文字。 13、多表头(跨行跨列的复杂表头)打印功能,多表头组件支持多表头显示与打印、单元格内容的合并显示、打印与导出。 14、自定义纸张支持功能。 15、直接打印窗口中的TreeView控件功能。 16、打印窗口中的ListView功能。 17、斜线表头打印功能。 18、各种条形码(包括二维码)打印功能。 19、5.7版控件增加了使用开源的NPOI从Excel文件(支持2003与2007格式)中导入数据到DataGridView的功能,以及DataGridView的复制与粘贴功能。
【实例截图】
【核心代码】
6.01版打印控件.rar
└── 6.01版打印控件
├── WPF中打印测试
│ ├── WPF中打印测试
│ │ ├── Application.xaml
│ │ ├── Application.xaml.vb
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── DotNetPrint.dll
│ │ │ ├── DotNetPrint.xml
│ │ │ ├── itextsharp.dll
│ │ │ ├── NPOI.dll
│ │ │ ├── WPF中打印测试.exe
│ │ │ ├── WPF中打印测试.pdb
│ │ │ ├── WPF中打印测试.vshost.exe
│ │ │ ├── WPF中打印测试.vshost.exe.manifest
│ │ │ ├── WPF中打印测试.xml
│ │ │ └── zxing.dll
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.vb
│ │ ├── mslogo.jpg
│ │ ├── My Project
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── MyExtensions
│ │ │ │ └── MyWpfExtension.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── Application.g.i.vb
│ │ │ ├── Application.g.vb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── MainWindow.baml
│ │ │ ├── MainWindow.g.i.vb
│ │ │ ├── MainWindow.g.vb
│ │ │ ├── TempPE
│ │ │ ├── WPF中打印测试.exe
│ │ │ ├── WPF中打印测试.g.resources
│ │ │ ├── WPF中打印测试_MarkupCompile.cache
│ │ │ ├── WPF中打印测试_MarkupCompile.i.cache
│ │ │ ├── WPF中打印测试.pdb
│ │ │ ├── WPF中打印测试.vbproj.FileListAbsolute.txt
│ │ │ ├── WPF中打印测试.vbproj.GenerateResource.Cache
│ │ │ ├── WPF中打印测试.vbprojResolveAssemblyReference.cache
│ │ │ ├── WPF中打印测试.xml
│ │ │ └── WPF测试.Resources.resources
│ │ ├── WPF中打印测试.vbproj
│ │ └── WPF中打印测试.vbproj.user
│ ├── WPF中打印测试.sln
│ ├── WPF中打印测试.suo
│ └── WPF中打印测试.v12.suo
├── 打印控件
│ ├── definesrcipt.txt
│ ├── DotNetPrint.dll
│ ├── DotNetPrint.tlb
│ ├── DotNetPrint.xml
│ ├── ICSharpCode.SharpZipLib.dll
│ ├── itextsharp.dll
│ ├── Microsoft.Office.Interop.Word.dll
│ ├── NPOI.dll
│ ├── NPOI.OOXML.dll
│ ├── NPOI.OpenXml4Net.dll
│ ├── NPOI.OpenXmlFormats.dll
│ ├── O2S.Components.PDFRender4NET.dll
│ ├── zxing.dll
│ ├── 打印控件帮助文档.chm
│ └── 控件文件说明.txt
├── 文件说明.txt
├── 新增功能.txt
└── 窗口程序使用演示
├── 演示程序(可执行文件)
│ ├── definesrcipt.txt
│ ├── DotNetPrint.dll
│ ├── DotNetPrint.xml
│ ├── ICSharpCode.SharpZipLib.dll
│ ├── itextsharp.dll
│ ├── Microsoft.Office.Interop.Word.dll
│ ├── Northwind.mdb
│ ├── NPOI.dll
│ ├── NPOI.OOXML.dll
│ ├── NPOI.OpenXml4Net.dll
│ ├── NPOI.OpenXmlFormats.dll
│ ├── O2S.Components.PDFRender4NET.dll
│ ├── rtf1.rtf
│ ├── rtf2.rtf
│ ├── zxing.dll
│ ├── zxing.pdb
│ ├── zxing.xml
│ ├── 分组报表1.mb
│ ├── 分组报表2.mb
│ ├── 图片及复选框报表.mb
│ ├── 多栏报表.mb
│ ├── 打印控件演示实例.exe
│ ├── 支票套打.mb
│ ├── 普通报表2.mb
│ ├── 普通报表.mb
│ ├── 第一个打印方案.fa
│ ├── 第一个打印方案.yp
│ ├── 第三个打印方案.fa
│ ├── 第三个打印方案.yp
│ ├── 第二个打印方案.fa
│ ├── 第二个打印方案.yp
│ ├── 第五个打印方案.yp
│ ├── 第六个打印方案.yp
│ ├── 第四个打印方案.yp
│ ├── 自已管理模板.pp
│ ├── 计算公式报表.mb
│ └── 计算字段报表.mb
└── 演示程序源代码
├── 会客单打印(C#)
│ ├── 会客单打印
│ │ ├── bin
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── user.bmp
│ │ ├── 会客单打印.csproj
│ │ └── 会客单打印.csproj.user
│ ├── 会客单打印.sln
│ └── 会客单打印.suo
├── 卡片打印
│ ├── 卡片打印
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ └── Release
│ │ ├── Form1.Designer.vb
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TempPE
│ │ │ │ │ └── My Project.Resources.Designer.vb.dll
│ │ │ │ ├── 卡片打印.exe
│ │ │ │ ├── 卡片打印.Form1.resources
│ │ │ │ ├── 卡片打印.pdb
│ │ │ │ ├── 卡片打印.Resources.resources
│ │ │ │ ├── 卡片打印.vbproj.FileListAbsolute.txt
│ │ │ │ ├── 卡片打印.vbproj.GenerateResource.Cache
│ │ │ │ ├── 卡片打印.vbprojResolveAssemblyReference.cache
│ │ │ │ └── 卡片打印.xml
│ │ │ └── Release
│ │ ├── 卡片打印.vbproj
│ │ └── 卡片打印.vbproj.user
│ ├── 卡片打印.sln
│ └── 卡片打印.v12.suo
├── 工作证打印测试
│ └── 工作证打印
│ ├── 工作证打印
│ │ ├── car.png
│ │ ├── Form1.Designer.vb
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── 工作证打印.vbproj
│ │ └── 工作证打印.vbproj.user
│ ├── 工作证打印.sln
│ └── 工作证打印.suo
├── 手动分页测试(C版)
│ └── 手动分页测试(C版)
│ ├── 手动分页测试(C版)
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 手动分页测试(C版).csproj
│ │ └── 手动分页测试(C版).csproj.user
│ ├── 手动分页测试(C版).sln
│ └── 手动分页测试(C版).suo
├── 手动分页测试(VB版)
│ ├── 手动分页测试
│ │ ├── bin
│ │ │ └── Debug
│ │ ├── Form1.Designer.vb
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── 手动分页测试.exe
│ │ │ ├── 手动分页测试.Form1.resources
│ │ │ ├── 手动分页测试.pdb
│ │ │ ├── 手动分页测试.Resources.resources
│ │ │ ├── 手动分页测试.vbproj.FileListAbsolute.txt
│ │ │ ├── 手动分页测试.vbproj.GenerateResource.Cache
│ │ │ ├── 手动分页测试.vbprojResolveAssemblyReference.cache
│ │ │ └── 手动分页测试.xml
│ │ ├── 手动分页测试.vbproj
│ │ └── 手动分页测试.vbproj.user
│ ├── 手动分页测试.sln
│ ├── 手动分页测试.suo
│ └── 手动分页测试.v12.suo
├── 条码测试
│ ├── 条码测试
│ │ ├── app.config
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 条码测试.csproj
│ │ └── 条码测试.csproj.user
│ ├── 条码测试.sln
│ └── 条码测试.suo
├── 标签打印测试
│ ├── labeltest
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── DotNetPrint.dll
│ │ │ ├── DotNetPrint.xml
│ │ │ ├── ICSharpCode.SharpZipLib.dll
│ │ │ ├── itextsharp.dll
│ │ │ ├── labeltest.exe
│ │ │ ├── labeltest.pdb
│ │ │ ├── Microsoft.Office.Interop.Word.dll
│ │ │ ├── NPOI.dll
│ │ │ ├── NPOI.OOXML.dll
│ │ │ ├── NPOI.OpenXml4Net.dll
│ │ │ ├── NPOI.OpenXmlFormats.dll
│ │ │ └── zxing.dll
│ │ ├── Form1.Designer.vb
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── labeltest.vbproj
│ │ ├── labeltest.vbproj.user
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ └── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── labeltest.exe
│ │ ├── labeltest.Form1.resources
│ │ ├── labeltest.pdb
│ │ ├── labeltest.Resources.resources
│ │ ├── labeltest.vbproj.FileListAbsolute.txt
│ │ ├── labeltest.vbproj.GenerateResource.Cache
│ │ ├── labeltest.xml
│ │ └── TempPE
│ │ └── My Project.Resources.Designer.vb.dll
│ ├── labeltest.sln
│ ├── labeltest.suo
│ └── labeltest.v12.suo
├── 汇总打印测试
│ ├── 汇总打印测试
│ │ ├── Form10.designer.vb
│ │ ├── Form10.resx
│ │ ├── Form10.vb
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── 汇总打印测试.vbproj
│ │ └── 汇总打印测试.vbproj.user
│ ├── 汇总打印测试.sln
│ └── 汇总打印测试.suo
├── 演示程序源代码(VB2008编写)
│ ├── test11.sln
│ ├── test11.v12.suo
│ ├── Thumbs.db
│ ├── UpgradeLog.htm
│ └── 演示源代码
│ ├── AboutBox1.Designer.vb
│ ├── AboutBox1.resx
│ ├── AboutBox1.vb
│ ├── AddEasyReportToVB2008Print.designer.vb
│ ├── AddEasyReportToVB2008Print.resx
│ ├── AddEasyReportToVB2008Print.vb
│ ├── app.config
│ ├── ApplicationEvents.vb
│ ├── bin
│ │ └── Debug
│ │ ├── definesrcipt.txt
│ │ ├── DotNetPrint.dll
│ │ ├── DotNetPrint.xml
│ │ ├── ICSharpCode.SharpZipLib.dll
│ │ ├── itextsharp.dll
│ │ ├── Microsoft.Office.Interop.Word.dll
│ │ ├── Northwind.mdb
│ │ ├── NPOI.dll
│ │ ├── NPOI.OOXML.dll
│ │ ├── NPOI.OpenXml4Net.dll
│ │ ├── NPOI.OpenXmlFormats.dll
│ │ ├── O2S.Components.PDFRender4NET.dll
│ │ ├── rtf1.rtf
│ │ ├── rtf2.rtf
│ │ ├── zxing.dll
│ │ ├── zxing.pdb
│ │ ├── zxing.xml
│ │ ├── 分组报表1.mb
│ │ ├── 分组报表2.mb
│ │ ├── 图片及复选框报表.mb
│ │ ├── 多栏报表.mb
│ │ ├── 打印控件演示实例.exe
│ │ ├── 支票套打.mb
│ │ ├── 普通报表2.mb
│ │ ├── 普通报表.mb
│ │ ├── 第一个打印方案.fa
│ │ ├── 第一个打印方案.yp
│ │ ├── 第三个打印方案.fa
│ │ ├── 第三个打印方案.yp
│ │ ├── 第二个打印方案.fa
│ │ ├── 第二个打印方案.yp
│ │ ├── 第五个打印方案.yp
│ │ ├── 第六个打印方案.yp
│ │ ├── 第四个打印方案.yp
│ │ ├── 自已管理模板.pp
│ │ ├── 计算公式报表.mb
│ │ └── 计算字段报表.mb
│ ├── ChartletTobmp.Designer.vb
│ ├── ChartletTobmp.resx
│ ├── ChartletTobmp.vb
│ ├── checkprint.Designer.vb
│ ├── checkprint.resx
│ ├── checkprint.vb
│ ├── Class1.vb
│ ├── ClassDiagram1.cd
│ ├── doubleline.Designer.vb
│ ├── doubleline.resx
│ ├── doubleline.vb
│ ├── DrawCellTest.designer.vb
│ ├── DrawCellTest.resx
│ ├── DrawCellTest.vb
│ ├── Draw.Designer.vb
│ ├── drawexpression.Designer.vb
│ ├── drawexpression.resx
│ ├── drawexpression.vb
│ ├── DrawPanelForm.Designer.vb
│ ├── DrawPanelForm.resx
│ ├── DrawPanelForm.vb
│ ├── Draw.resx
│ ├── DrawTextSpace2.designer.vb
│ ├── DrawTextSpace2.resx
│ ├── DrawTextSpace2.vb
│ ├── DrawTextSpace.Designer.vb
│ ├── DrawTextSpace.resx
│ ├── DrawTextSpace.vb
│ ├── Draw.vb
│ ├── EasyReportToVB2008Print.Designer.vb
│ ├── EasyReportToVB2008Print.resx
│ ├── EasyReportToVB2008Print.vb
│ ├── ExportTest.Designer.vb
│ ├── ExportTest.resx
│ ├── ExportTest.vb
│ ├── ExportToExcel.designer.vb
│ ├── ExportToExcel.resx
│ ├── ExportToExcel.vb
│ ├── Form10.designer.vb
│ ├── Form10.resx
│ ├── Form10.vb
│ ├── Form11.designer.vb
│ ├── Form11.resx
│ ├── Form11.vb
│ ├── Form12.designer.vb
│ ├── Form12.resx
│ ├── Form12.vb
│ ├── Form13.designer.vb
│ ├── Form13.resx
│ ├── Form13.vb
│ ├── Form14.designer.vb
│ ├── Form14.resx
│ ├── Form14.vb
│ ├── Form15.designer.vb
│ ├── Form15.resx
│ ├── Form15.vb
│ ├── Form17.designer.vb
│ ├── Form17.resx
│ ├── Form17.vb
│ ├── Form18.Designer.vb
│ ├── Form18.resx
│ ├── Form18.vb
│ ├── Form19.designer.vb
│ ├── Form19.resx
│ ├── Form19.vb
│ ├── Form1.Designer.vb
│ ├── Form1.resx
│ ├── Form1.vb
│ ├── Form20.Designer.vb
│ ├── Form20.resx
│ ├── Form20.vb
│ ├── Form21.designer.vb
│ ├── Form21.resx
│ ├── Form21.vb
│ ├── Form22.Designer.vb
│ ├── Form22.resx
│ ├── Form22.vb
│ ├── Form23.Designer.vb
│ ├── Form23.resx
│ ├── Form23.vb
│ ├── Form24.Designer.vb
│ ├── Form24.resx
│ ├── Form24.vb
│ ├── Form25.Designer.vb
│ ├── Form25.resx
│ ├── Form25.vb
│ ├── Form26.designer.vb
│ ├── Form26.resx
│ ├── Form26.vb
│ ├── Form2.designer.vb
│ ├── Form2.resx
│ ├── Form2.vb
│ ├── Form3.designer.vb
│ ├── Form3.resx
│ ├── Form3.vb
│ ├── Form4.designer.vb
│ ├── Form4.resx
│ ├── Form4.vb
│ ├── Form5.Designer.vb
│ ├── Form5.resx
│ ├── Form5.vb
│ ├── Form6.designer.vb
│ ├── Form6.resx
│ ├── Form6.vb
│ ├── Form7.Designer.vb
│ ├── Form7.resx
│ ├── Form7.vb
│ ├── Form8.Designer.vb
│ ├── Form8.resx
│ ├── Form8.vb
│ ├── Form9.Designer.vb
│ ├── Form9.resx
│ ├── Form9.vb
│ ├── FormMul.Designer.vb
│ ├── FormMul.resx
│ ├── FormMul.vb
│ ├── FormQR.Designer.vb
│ ├── FormQR.resx
│ ├── FormQR.vb
│ ├── Formreport.Designer.vb
│ ├── Formreport.resx
│ ├── Formreport.vb
│ ├── groupprint.Designer.vb
│ ├── groupprint.resx
│ ├── groupprint.vb
│ ├── gz.Designer.vb
│ ├── gz.resx
│ ├── gz.vb
│ ├── ImPortExcel.Designer.vb
│ ├── ImPortExcel.resx
│ ├── ImPortExcel.vb
│ ├── mymain.Designer.vb
│ ├── mymain.resx
│ ├── mymain.vb
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── app.manifest
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── NorthwindDataSet.Designer.vb
│ ├── NorthwindDataSet.vb
│ ├── NorthwindDataSet.xsc
│ ├── NorthwindDataSet.xsd
│ ├── NorthwindDataSet.xss
│ ├── Northwind.mdb
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ │ ├── My Project.Resources.Designer.vb.dll
│ │ │ │ └── NorthwindDataSet.Designer.vb.dll
│ │ │ ├── test.AboutBox1.resources
│ │ │ ├── test.AddEasyReportToVB2008Print.resources
│ │ │ ├── test.ChartletTobmp.resources
│ │ │ ├── test.checkprint.resources
│ │ │ ├── test.doubleline.resources
│ │ │ ├── test.DrawCellTest.resources
│ │ │ ├── test.drawexpression.resources
│ │ │ ├── test.DrawPanelForm.resources
│ │ │ ├── test.Draw.resources
│ │ │ ├── test.DrawTextSpace2.resources
│ │ │ ├── test.DrawTextSpace.resources
│ │ │ ├── test.EasyReportToVB2008Print.resources
│ │ │ ├── test.ExportTest.resources
│ │ │ ├── test.ExportToExcel.resources
│ │ │ ├── test.Form10.resources
│ │ │ ├── test.Form11.resources
│ │ │ ├── test.Form12.resources
│ │ │ ├── test.Form13.resources
│ │ │ ├── test.Form14.resources
│ │ │ ├── test.Form15.resources
│ │ │ ├── test.Form17.resources
│ │ │ ├── test.Form18.resources
│ │ │ ├── test.Form19.resources
│ │ │ ├── test.Form1.resources
│ │ │ ├── test.Form20.resources
│ │ │ ├── test.Form21.resources
│ │ │ ├── test.Form22.resources
│ │ │ ├── test.Form23.resources
│ │ │ ├── test.Form24.resources
│ │ │ ├── test.Form25.resources
│ │ │ ├── test.Form26.resources
│ │ │ ├── test.Form2.resources
│ │ │ ├── test.Form3.resources
│ │ │ ├── test.Form4.resources
│ │ │ ├── test.Form5.resources
│ │ │ ├── test.Form6.resources
│ │ │ ├── test.Form7.resources
│ │ │ ├── test.Form8.resources
│ │ │ ├── test.Form9.resources
│ │ │ ├── test.FormMul.resources
│ │ │ ├── test.FormQR.resources
│ │ │ ├── test.Formreport.resources
│ │ │ ├── test.groupprint.resources
│ │ │ ├── test.gz.resources
│ │ │ ├── test.ImPortExcel.resources
│ │ │ ├── test.mymain.resources
│ │ │ ├── test.printdgvselect.resources
│ │ │ ├── test.printpapersize.resources
│ │ │ ├── test.PrintXML.resources
│ │ │ ├── test.printzdx.resources
│ │ │ ├── test.Resources.resources
│ │ │ ├── test.RichTextBoxPrint.resources
│ │ │ ├── test.rotate.resources
│ │ │ ├── test.SimpleReportTest2.resources
│ │ │ ├── test.SimpleReportTest3.resources
│ │ │ ├── test.SimpleReportTest4.resources
│ │ │ ├── test.SimpleReportTest.resources
│ │ │ ├── test.vbproj.FileListAbsolute.txt
│ │ │ ├── test.vbproj.GenerateResource.Cache
│ │ │ ├── test.vbprojResolveAssemblyReference.cache
│ │ │ ├── test.zydy.resources
│ │ │ ├── 打印控件演示实例.exe
│ │ │ └── 打印控件演示实例.pdb
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ │ ├── My Project.Resources.Designer.vb.dll
│ │ │ └── NorthwindDataSet.Designer.vb.dll
│ │ ├── test.AboutBox1.resources
│ │ ├── test.AddEasyReportToVB2008Print.resources
│ │ ├── test.ChartletTobmp.resources
│ │ ├── test.checkprint.resources
│ │ ├── test.doubleline.resources
│ │ ├── test.DrawCellTest.resources
│ │ ├── test.drawexpression.resources
│ │ ├── test.DrawPanelForm.resources
│ │ ├── test.Draw.resources
│ │ ├── test.DrawTextSpace2.resources
│ │ ├── test.DrawTextSpace.resources
│ │ ├── test.EasyReportToVB2008Print.resources
│ │ ├── test.ExportTest.resources
│ │ ├── test.ExportToExcel.resources
│ │ ├── test.Form10.resources
│ │ ├── test.Form11.resources
│ │ ├── test.Form12.resources
│ │ ├── test.Form13.resources
│ │ ├── test.Form14.resources
│ │ ├── test.Form15.resources
│ │ ├── test.Form17.resources
│ │ ├── test.Form18.resources
│ │ ├── test.Form19.resources
│ │ ├── test.Form1.resources
│ │ ├── test.Form20.resources
│ │ ├── test.Form21.resources
│ │ ├── test.Form22.resources
│ │ ├── test.Form23.resources
│ │ ├── test.Form24.resources
│ │ ├── test.Form25.resources
│ │ ├── test.Form26.resources
│ │ ├── test.Form2.resources
│ │ ├── test.Form3.resources
│ │ ├── test.Form4.resources
│ │ ├── test.Form5.resources
│ │ ├── test.Form6.resources
│ │ ├── test.Form7.resources
│ │ ├── test.Form8.resources
│ │ ├── test.Form9.resources
│ │ ├── test.FormMul.resources
│ │ ├── test.FormQR.resources
│ │ ├── test.Formreport.resources
│ │ ├── test.groupprint.resources
│ │ ├── test.gz.resources
│ │ ├── test.mymain.resources
│ │ ├── test.printdgvselect.resources
│ │ ├── test.printpapersize.resources
│ │ ├── test.printzdx.resources
│ │ ├── test.Resources.resources
│ │ ├── test.RichTextBoxPrint.resources
│ │ ├── test.rotate.resources
│ │ ├── test.SimpleReportTest2.resources
│ │ ├── test.SimpleReportTest3.resources
│ │ ├── test.SimpleReportTest4.resources
│ │ ├── test.SimpleReportTest.resources
│ │ ├── test.vbproj.FileListAbsolute.txt
│ │ ├── test.vbproj.GenerateResource.Cache
│ │ ├── test.zydy.resources
│ │ └── 打印控件演示实例.exe
│ ├── printdgvselect.designer.vb
│ ├── printdgvselect.resx
│ ├── printdgvselect.vb
│ ├── printpapersize.designer.vb
│ ├── printpapersize.resx
│ ├── printpapersize.vb
│ ├── PrintXML.Designer.vb
│ ├── PrintXML.resx
│ ├── PrintXML.vb
│ ├── printzdx.Designer.vb
│ ├── printzdx.resx
│ ├── printzdx.vb
│ ├── Report1.rdlc
│ ├── Resources
│ │ ├── 43.bmp
│ │ ├── 53.bmp
│ │ ├── 55.bmp
│ │ ├── ico.jpg
│ │ ├── Image1.jpg
│ │ ├── KEY.GIF
│ │ ├── Thumbs.db
│ │ └── tilocalCATTWDPO.jpg
│ ├── RichTextBoxPrint.Designer.vb
│ ├── RichTextBoxPrint.resx
│ ├── RichTextBoxPrint.vb
│ ├── rotate.Designer.vb
│ ├── rotate.resx
│ ├── rotate.vb
│ ├── SimpleReportTest2.designer.vb
│ ├── SimpleReportTest2.resx
│ ├── SimpleReportTest2.vb
│ ├── SimpleReportTest3.Designer.vb
│ ├── SimpleReportTest3.resx
│ ├── SimpleReportTest3.vb
│ ├── SimpleReportTest4.designer.vb
│ ├── SimpleReportTest4.resx
│ ├── SimpleReportTest4.vb
│ ├── SimpleReportTest.Designer.vb
│ ├── SimpleReportTest.resx
│ ├── SimpleReportTest.vb
│ ├── test.vbproj
│ ├── test.vbproj.user
│ ├── zydy.designer.vb
│ ├── zydy.resx
│ ├── zydy.vb
│ └── 打印.ico
├── 请假单打印
│ ├── 请假单打印
│ │ ├── app.config
│ │ ├── bin
│ │ ├── Form1.Designer.vb
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── 请假单打印.vbproj
│ │ └── 请假单打印.vbproj.user
│ ├── 请假单打印.sln
│ └── 请假单打印.suo
├── 账单打印(C#)
│ ├── 账单打印
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── install_button.png
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 账单打印.csproj
│ │ └── 账单打印.csproj.user
│ ├── 账单打印.sln
│ └── 账单打印.suo
├── 面试成绩汇总表打印
│ ├── 面试成绩汇总表打印
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ └── Release
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 面试成绩汇总表打印.csproj
│ │ └── 面试成绩汇总表打印.csproj.user
│ ├── 面试成绩汇总表打印.sln
│ └── 面试成绩汇总表打印.suo
└── 面试通知单测试(C#)
├── 面试通知单测试
│ ├── bin
│ │ └── Debug
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── 面试通知单测试.csproj
│ └── 面试通知单测试.csproj.user
├── 面试通知单测试.sln
└── 面试通知单测试.suo
90 directories, 680 files
标签:
免费DataGridView打印及.NET轻松打印控件6.01版(VB打印,C#打印,图表打印,Excel导入导出,多表头显示与...
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论