在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C#报表打印源代码合集

C#报表打印源代码合集

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:8.12M
  • 下载次数:13
  • 浏览次数:357
  • 发布时间:2021-03-12
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
C#报表打印的源代码,多种打印样式,共包含29个文件。
【实例截图】
【核心代码】
c52e82fd-d266-49de-987d-3d8834fdaf91
└── 04-报表打印
├── 20Print
│   ├── 20Print
│   │   ├── 20Print.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── 20Print.exe
│   │   │   ├── 20Print.pdb
│   │   │   └── 20Print.vshost.exe
│   │   ├── Form1.cs
│   │   ├── Form1.designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── 20Print.csproj.FileListAbsolute.txt
│   │   │   ├── 20Print.csproj.GenerateResource.Cache
│   │   │   ├── 20Print.exe
│   │   │   ├── _20Print.Form1.resources
│   │   │   ├── 20Print.pdb
│   │   │   └── _20Print.Properties.Resources.resources
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── 20Print.sln
│   └── 20Print.suo
├── 30Print
│   ├── 30Print
│   │   ├── 30Print.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── 30Print.exe
│   │   │   ├── 30Print.pdb
│   │   │   └── 30Print.vshost.exe
│   │   ├── Form1.cs
│   │   ├── Form1.designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── 30Print.csproj.FileListAbsolute.txt
│   │   │   ├── 30Print.csproj.GenerateResource.Cache
│   │   │   ├── 30Print.exe
│   │   │   ├── _30Print.Form1.resources
│   │   │   ├── 30Print.pdb
│   │   │   └── _30Print.Properties.Resources.resources
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── 30Print.sln
│   └── 30Print.suo
├── AllPrint
│   ├── AllPrint
│   │   ├── AllPrint.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── AllPrint.exe
│   │   │   ├── AllPrint.pdb
│   │   │   └── AllPrint.vshost.exe
│   │   ├── Form1.cs
│   │   ├── Form1.designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── AllPrint.csproj.FileListAbsolute.txt
│   │   │   ├── AllPrint.csproj.GenerateResource.Cache
│   │   │   ├── AllPrint.exe
│   │   │   ├── AllPrint.Form1.resources
│   │   │   ├── AllPrint.pdb
│   │   │   └── AllPrint.Properties.Resources.resources
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── AllPrint.sln
│   └── AllPrint.suo
├── DBCrystalReport
│   ├── DBCrystalReport
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── DBCrystalReport.exe
│   │   │   ├── DBCrystalReport.pdb
│   │   │   ├── DBCrystalReport.vshost.exe
│   │   │   └── DBCrystalReport.vshost.exe.manifest
│   │   ├── CrystalReport1.cs
│   │   ├── CrystalReport1.rpt
│   │   ├── DBCrystalReport.csproj
│   │   ├── DBCrystalReport.csproj.user
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── ico
│   │   │   ├── 查找.ico
│   │   │   └── 退出.ico
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DBCrystalReport.csproj.FileListAbsolute.txt
│   │   │   ├── DBCrystalReport.csproj.GenerateResource.Cache
│   │   │   ├── DBCrystalReport.exe
│   │   │   ├── DBCrystalReport.Form1.resources
│   │   │   ├── DBCrystalReport.pdb
│   │   │   ├── DBCrystalReport.Properties.Resources.resources
│   │   │   └── TempPE
│   │   │   ├── CrystalReport1.cs.dll
│   │   │   └── CrystalReport2.cs.dll
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── DBCrystalReport.sln
│   └── DBCrystalReport.suo
├── DesignInGoodsBill
│   ├── DesignInGoodsBill
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── DesignInGoodsBill.exe
│   │   │   ├── DesignInGoodsBill.pdb
│   │   │   ├── DesignInGoodsBill.vshost.exe
│   │   │   └── DesignInGoodsBill.vshost.exe.manifest
│   │   ├── CrystalReport1.cs
│   │   ├── CrystalReport1.rpt
│   │   ├── DesignInGoodsBill.csproj
│   │   ├── DesignInGoodsBill.csproj.user
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignInGoodsBill.csproj.FileListAbsolute.txt
│   │   │   ├── DesignInGoodsBill.csproj.GenerateResource.Cache
│   │   │   ├── DesignInGoodsBill.exe
│   │   │   ├── DesignInGoodsBill.Form1.resources
│   │   │   ├── DesignInGoodsBill.pdb
│   │   │   ├── DesignInGoodsBill.Properties.Resources.resources
│   │   │   └── TempPE
│   │   │   └── CrystalReport1.cs.dll
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── DesignInGoodsBill.sln
│   └── DesignInGoodsBill.suo
├── DesignReceipt
│   ├── DesignReceipt
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── DesignReceipt.exe
│   │   │   ├── DesignReceipt.pdb
│   │   │   ├── DesignReceipt.vshost.exe
│   │   │   └── DesignReceipt.vshost.exe.manifest
│   │   ├── CrystalReport1.cs
│   │   ├── CrystalReport1.rpt
│   │   ├── DesignReceipt.csproj
│   │   ├── DesignReceipt.csproj.user
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignReceipt.csproj.FileListAbsolute.txt
│   │   │   ├── DesignReceipt.csproj.GenerateResource.Cache
│   │   │   ├── DesignReceipt.exe
│   │   │   ├── DesignReceipt.Form1.resources
│   │   │   ├── DesignReceipt.pdb
│   │   │   ├── DesignReceipt.Properties.Resources.resources
│   │   │   └── TempPE
│   │   │   └── CrystalReport1.cs.dll
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── DesignReceipt.sln
│   └── DesignReceipt.suo
├── DesignReport
│   ├── DesignReport
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── DesignReport.exe
│   │   │   ├── DesignReport.pdb
│   │   │   ├── DesignReport.vshost.exe
│   │   │   └── DesignReport.vshost.exe.manifest
│   │   ├── CrystalReport1.cs
│   │   ├── CrystalReport1.rpt
│   │   ├── DesignReport.csproj
│   │   ├── DesignReport.csproj.user
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignReport.csproj.FileListAbsolute.txt
│   │   │   ├── DesignReport.csproj.GenerateResource.Cache
│   │   │   ├── DesignReport.exe
│   │   │   ├── DesignReport.pdb
│   │   │   ├── DesignReport.Properties.Resources.resources
│   │   │   └── TempPE
│   │   │   └── CrystalReport1.cs.dll
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── DesignReport.sln
│   └── DesignReport.suo
├── DesignStuCertificate
│   ├── DesignStuCertificate
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── CrystalReport1.rpt
│   │   │   ├── DesignStuCertificate.exe
│   │   │   ├── DesignStuCertificate.pdb
│   │   │   ├── DesignStuCertificate.vshost.exe
│   │   │   └── DesignStuCertificate.vshost.exe.manifest
│   │   ├── CrystalReport1.cs
│   │   ├── CrystalReport1.rpt
│   │   ├── DesignStuCertificate.csproj
│   │   ├── DesignStuCertificate.csproj.user
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignStuCertificate.csproj.FileListAbsolute.txt
│   │   │   ├── DesignStuCertificate.csproj.GenerateResource.Cache
│   │   │   ├── DesignStuCertificate.exe
│   │   │   ├── DesignStuCertificate.Form1.resources
│   │   │   ├── DesignStuCertificate.pdb
│   │   │   ├── DesignStuCertificate.Properties.Resources.resources
│   │   │   └── TempPE
│   │   │   └── CrystalReport1.cs.dll
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── DesignStuCertificate.sln
│   └── DesignStuCertificate.suo
├── DesignStuResume
│   ├── DesignStuResume
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── DesignStuResume.exe
│   │   │   ├── DesignStuResume.pdb
│   │   │   ├── DesignStuResume.vshost.exe
│   │   │   └── DesignStuResume.vshost.exe.manifest
│   │   ├── CrystalReport1.cs
│   │   ├── CrystalReport1.rpt
│   │   ├── DesignStuResume.csproj
│   │   ├── DesignStuResume.csproj.user
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignStuResume.csproj.FileListAbsolute.txt
│   │   │   ├── DesignStuResume.csproj.GenerateResource.Cache
│   │   │   ├── DesignStuResume.exe
│   │   │   ├── DesignStuResume.Form1.resources
│   │   │   ├── DesignStuResume.pdb
│   │   │   ├── DesignStuResume.Properties.Resources.resources
│   │   │   └── TempPE
│   │   │   └── CrystalReport1.cs.dll
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── DesignStuResume.sln
│   └── DesignStuResume.suo
├── HPrint
│   ├── HPrint
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── HPrint.exe
│   │   │   ├── HPrint.pdb
│   │   │   └── HPrint.vshost.exe
│   │   ├── Form1.cs
│   │   ├── Form1.designer.cs
│   │   ├── Form1.resx
│   │   ├── HPrint.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── HPrint.csproj.FileListAbsolute.txt
│   │   │   ├── HPrint.csproj.GenerateResource.Cache
│   │   │   ├── HPrint.exe
│   │   │   ├── HPrint.Form1.resources
│   │   │   ├── HPrint.pdb
│   │   │   └── HPrint.Properties.Resources.resources
│   │   ├── PrintClass.cs
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── HPrint.sln
│   └── HPrint.suo
├── PagesPrint
│   ├── PagesPrint
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── PagesPrint.exe
│   │   │   ├── PagesPrint.pdb
│   │   │   ├── PagesPrint.vshost.exe
│   │   │   └── PagesPrint.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── PagesPrint.csproj.FileListAbsolute.txt
│   │   │   ├── PagesPrint.csproj.GenerateResource.Cache
│   │   │   ├── PagesPrint.exe
│   │   │   ├── PagesPrint.Form1.resources
│   │   │   ├── PagesPrint.pdb
│   │   │   └── PagesPrint.Properties.Resources.resources
│   │   ├── PagesPrint.csproj
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── PagesPrint.sln
│   └── PagesPrint.suo
├── PrintDirection
│   ├── PrintDirection
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── PrintDirection.exe
│   │   │   ├── PrintDirection.pdb
│   │   │   ├── PrintDirection.vshost.exe
│   │   │   └── PrintDirection.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── PrintDirection.csproj.FileListAbsolute.txt
│   │   │   ├── PrintDirection.csproj.GenerateResource.Cache
│   │   │   ├── PrintDirection.exe
│   │   │   ├── PrintDirection.Form1.resources
│   │   │   ├── PrintDirection.pdb
│   │   │   └── PrintDirection.Properties.Resources.resources
│   │   ├── PrintClass.cs
│   │   ├── PrintDirection.csproj
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── PrintDirection.sln
│   └── PrintDirection.suo
├── PrintEmptyCertificate
│   ├── PrintEmptyCertificate
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── PrintEmptyCertificate.exe
│   │   │   ├── PrintEmptyCertificate.pdb
│   │   │   └── PrintEmptyCertificate.vshost.exe
│   │   ├── Form1.cs
│   │   ├── Form1.designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── PrintEmptyCertificate.csproj.FileListAbsolute.txt
│   │   │   ├── PrintEmptyCertificate.csproj.GenerateResource.Cache
│   │   │   ├── PrintEmptyCertificate.exe
│   │   │   ├── PrintEmptyCertificate.Form1.resources
│   │   │   ├── PrintEmptyCertificate.pdb
│   │   │   └── PrintEmptyCertificate.Properties.Resources.resources
│   │   ├── PrintEmptyCertificate.csproj
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── PrintEmptyCertificate.sln
│   └── PrintEmptyCertificate.suo
├── PrintEnvelop
│   ├── PrintEnvelop
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── PrintEnvelop.exe
│   │   │   ├── PrintEnvelop.pdb
│   │   │   ├── PrintEnvelop.vshost.exe
│   │   │   ├── PrintEnvelop.vshost.exe.manifest
│   │   │   └── 明日科技.bmp
│   │   ├── EnvelopCrystalReport.cs
│   │   ├── EnvelopCrystalReport.rpt
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── PrintEnvelop.csproj.FileListAbsolute.txt
│   │   │   ├── PrintEnvelop.csproj.GenerateResource.Cache
│   │   │   ├── PrintEnvelop.exe
│   │   │   ├── PrintEnvelop.Form1.resources
│   │   │   ├── PrintEnvelop.pdb
│   │   │   ├── PrintEnvelop.Properties.Resources.resources
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   ├── CrystalReport1.cs.dll
│   │   │   └── EnvelopCrystalReport.cs.dll
│   │   ├── PrintEnvelop.csproj
│   │   ├── PrintEnvelop.csproj.user
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── PrintEnvelop.sln
│   └── PrintEnvelop.suo
├── PrintGoodsInBill
│   ├── PrintGoodsInBill
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── PrintGoodsInBill.exe
│   │   │   ├── PrintGoodsInBill.pdb
│   │   │   ├── PrintGoodsInBill.vshost.exe
│   │   │   └── PrintGoodsInBill.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── PrintGoodsInBill.csproj.FileListAbsolute.txt
│   │   │   ├── PrintGoodsInBill.csproj.GenerateResource.Cache
│   │   │   ├── PrintGoodsInBill.exe
│   │   │   ├── PrintGoodsInBill.Form1.resources
│   │   │   ├── PrintGoodsInBill.pdb
│   │   │   └── PrintGoodsInBill.Properties.Resources.resources
│   │   ├── PrintGoodsInBill.csproj
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── PrintGoodsInBill.sln
│   └── PrintGoodsInBill.suo
├── PrintGoodsOutBill
│   ├── PrintGoodsOutBill
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── PrintGoodsOutBill.exe
│   │   │   ├── PrintGoodsOutBill.pdb
│   │   │   ├── PrintGoodsOutBill.vshost.exe
│   │   │   └── PrintGoodsOutBill.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── PrintGoodsOutBill.csproj.FileListAbsolute.txt
│   │   │   ├── PrintGoodsOutBill.csproj.GenerateResource.Cache
│   │   │   ├── PrintGoodsOutBill.exe
│   │   │   ├── PrintGoodsOutBill.Form1.resources
│   │   │   ├── PrintGoodsOutBill.pdb
│   │   │   └── PrintGoodsOutBill.Properties.Resources.resources
│   │   ├── PrintGoodsOutBill.csproj
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── PrintGoodsOutBill.sln
│   └── PrintGoodsOutBill.suo
├── PrintImage
│   ├── PrintImage
│   │   ├── Form1.cs
│   │   ├── Form1.designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── PrintImage.csproj.FileListAbsolute.txt
│   │   │   ├── PrintImage.csproj.GenerateResource.Cache
│   │   │   ├── PrintImage.exe
│   │   │   ├── PrintImage.Form1.resources
│   │   │   ├── PrintImage.pdb
│   │   │   └── PrintImage.Properties.Resources.resources
│   │   ├── PrintImage.csproj
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── PrintImage.sln
│   └── PrintImage.suo
├── PrintOneCertificate
│   ├── PrintOneCertificate
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── photo.bmp
│   │   │   ├── PrintOneCertificate.exe
│   │   │   ├── PrintOneCertificate.pdb
│   │   │   └── PrintOneCertificate.vshost.exe
│   │   ├── Form1.cs
│   │   ├── Form1.designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── PrintOneCertificate.csproj.FileListAbsolute.txt
│   │   │   ├── PrintOneCertificate.csproj.GenerateResource.Cache
│   │   │   ├── PrintOneCertificate.exe
│   │   │   ├── PrintOneCertificate.Form1.resources
│   │   │   ├── PrintOneCertificate.pdb
│   │   │   └── PrintOneCertificate.Properties.Resources.resources
│   │   ├── PrintOneCertificate.csproj
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── PrintOneCertificate.sln
│   └── PrintOneCertificate.suo
├── PrintRemitBill
│   ├── PrintRemitBill
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── PrintRemitBill.exe
│   │   │   ├── PrintRemitBill.pdb
│   │   │   ├── PrintRemitBill.vshost.exe
│   │   │   └── PrintRemitBill.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── PrintRemitBill.csproj.FileListAbsolute.txt
│   │   │   ├── PrintRemitBill.csproj.GenerateResource.Cache
│   │   │   ├── PrintRemitBill.exe
│   │   │   ├── PrintRemitBill.Form1.resources
│   │   │   ├── PrintRemitBill.pdb
│   │   │   ├── PrintRemitBill.Properties.Resources.resources
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── RemitBillCrystalReport.cs.dll
│   │   ├── PrintRemitBill.csproj
│   │   ├── PrintRemitBill.csproj.user
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── RemitBillCrystalReport.cs
│   │   └── RemitBillCrystalReport.rpt
│   ├── PrintRemitBill.sln
│   └── PrintRemitBill.suo
├── PrintStuCertificate
│   ├── PrintStuCertificate
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── PrintStuCertificate.exe
│   │   │   ├── PrintStuCertificate.pdb
│   │   │   ├── PrintStuCertificate.vshost.exe
│   │   │   └── PrintStuCertificate.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── PrintStuCertificate.csproj.FileListAbsolute.txt
│   │   │   ├── PrintStuCertificate.csproj.GenerateResource.Cache
│   │   │   ├── PrintStuCertificate.exe
│   │   │   ├── PrintStuCertificate.Form1.resources
│   │   │   ├── PrintStuCertificate.pdb
│   │   │   └── PrintStuCertificate.Properties.Resources.resources
│   │   ├── PrintStuCertificate.csproj
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── PrintStuCertificate.sln
│   └── PrintStuCertificate.suo
├── PrintStuResume
│   ├── PrintStuResume
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── PrintStuResume.exe
│   │   │   ├── PrintStuResume.pdb
│   │   │   ├── PrintStuResume.vshost.exe
│   │   │   ├── PrintStuResume.vshost.exe.manifest
│   │   │   └── resume.jpg
│   │   ├── frmMain.cs
│   │   ├── frmMain.Designer.cs
│   │   ├── frmMain.resx
│   │   ├── frmPrint.cs
│   │   ├── frmPrint.Designer.cs
│   │   ├── frmPrint.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── PrintStuResume.csproj.FileListAbsolute.txt
│   │   │   ├── PrintStuResume.csproj.GenerateResource.Cache
│   │   │   ├── PrintStuResume.exe
│   │   │   ├── PrintStuResume.frmMain.resources
│   │   │   ├── PrintStuResume.frmPrint.resources
│   │   │   ├── PrintStuResume.pdb
│   │   │   └── PrintStuResume.Properties.Resources.resources
│   │   ├── PrintStuResume.csproj
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── PrintStuResume.sln
│   └── PrintStuResume.suo
├── PrintText
│   ├── PrintText
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── PrintText.exe
│   │   │   ├── PrintText.pdb
│   │   │   └── PrintText.vshost.exe
│   │   ├── Form1.cs
│   │   ├── Form1.designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── PrintText.csproj.FileListAbsolute.txt
│   │   │   ├── PrintText.csproj.GenerateResource.Cache
│   │   │   ├── PrintText.exe
│   │   │   ├── PrintText.Form1.resources
│   │   │   ├── PrintText.pdb
│   │   │   └── PrintText.Properties.Resources.resources
│   │   ├── PrintText.csproj
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── PrintText.sln
│   └── PrintText.suo
├── PrintTopFive
│   ├── PrintTopFive
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── PrintTopFive.exe
│   │   │   ├── PrintTopFive.pdb
│   │   │   └── PrintTopFive.vshost.exe
│   │   ├── Form1.cs
│   │   ├── Form1.designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── PrintTopFive.csproj.FileListAbsolute.txt
│   │   │   ├── PrintTopFive.csproj.GenerateResource.Cache
│   │   │   ├── PrintTopFive.exe
│   │   │   ├── PrintTopFive.Form1.resources
│   │   │   ├── PrintTopFive.pdb
│   │   │   └── PrintTopFive.Properties.Resources.resources
│   │   ├── PrintTopFive.csproj
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── PrintTopFive.sln
│   └── PrintTopFive.suo
├── SetPrintRange
│   ├── SetPrintRange
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── SetPrintRange.exe
│   │   │   ├── SetPrintRange.pdb
│   │   │   ├── SetPrintRange.vshost.exe
│   │   │   └── SetPrintRange.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── SetPrintRange.csproj.FileListAbsolute.txt
│   │   │   ├── SetPrintRange.csproj.GenerateResource.Cache
│   │   │   ├── SetPrintRange.exe
│   │   │   ├── SetPrintRange.Form1.resources
│   │   │   ├── SetPrintRange.pdb
│   │   │   └── SetPrintRange.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── SetPrintRange.csproj
│   ├── SetPrintRange.sln
│   └── SetPrintRange.suo
├── ShowBarCode
│   ├── ShowBarCode
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── AxInterop.BARCODELib.dll
│   │   │   ├── Interop.BARCODELib.dll
│   │   │   ├── ShowBarCode.exe
│   │   │   ├── ShowBarCode.pdb
│   │   │   ├── ShowBarCode.vshost.exe
│   │   │   └── ShowBarCode.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── AxInterop.BARCODELib.dll
│   │   │   ├── Interop.BARCODELib.dll
│   │   │   ├── ShowBarCode.csproj.FileListAbsolute.txt
│   │   │   ├── ShowBarCode.csproj.GenerateResource.Cache
│   │   │   ├── ShowBarCode.csproj.ResolveComReference.cache
│   │   │   ├── ShowBarCode.exe
│   │   │   ├── ShowBarCode.Form1.resources
│   │   │   ├── ShowBarCode.pdb
│   │   │   └── ShowBarCode.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── ShowBarCode.csproj
│   ├── ShowBarCode.sln
│   └── ShowBarCode.suo
├── ShowCReport
│   ├── ShowCReport
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── ShowCReport.exe
│   │   │   ├── ShowCReport.pdb
│   │   │   ├── ShowCReport.vshost.exe
│   │   │   └── ShowCReport.vshost.exe.manifest
│   │   ├── CrystalReport1.cs
│   │   ├── CrystalReport1.rpt
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── ShowCReport.csproj.FileListAbsolute.txt
│   │   │   ├── ShowCReport.csproj.GenerateResource.Cache
│   │   │   ├── ShowCReport.exe
│   │   │   ├── ShowCReport.Form1.resources
│   │   │   ├── ShowCReport.pdb
│   │   │   ├── ShowCReport.Properties.Resources.resources
│   │   │   └── TempPE
│   │   │   └── CrystalReport1.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── ShowCReport.csproj
│   │   └── ShowCReport.csproj.user
│   ├── ShowCReport.sln
│   └── ShowCReport.suo
├── VPrint
│   ├── VPrint
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── VPrint.exe
│   │   │   ├── VPrint.pdb
│   │   │   └── VPrint.vshost.exe
│   │   ├── Form1.cs
│   │   ├── Form1.designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── VPrint.csproj.FileListAbsolute.txt
│   │   │   ├── VPrint.csproj.GenerateResource.Cache
│   │   │   ├── VPrint.exe
│   │   │   ├── VPrint.Form1.resources
│   │   │   ├── VPrint.pdb
│   │   │   └── VPrint.Properties.Resources.resources
│   │   ├── PrintClass.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── VPrint.csproj
│   ├── VPrint.sln
│   └── VPrint.suo
└── 打印条形码
├── BarCode
│   ├── BarCode.csproj
│   ├── bin
│   │   └── Debug
│   │   ├── AxInterop.BARCODELib.dll
│   │   ├── BarCode.exe
│   │   ├── BarCode.pdb
│   │   ├── BarCode.vshost.exe
│   │   ├── BarCode.vshost.exe.manifest
│   │   └── Interop.BARCODELib.dll
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── obj
│   │   └── Debug
│   │   ├── AxInterop.BARCODELib.dll
│   │   ├── BarCode.csproj.FileListAbsolute.txt
│   │   ├── BarCode.csproj.GenerateResource.Cache
│   │   ├── BarCode.csproj.ResolveComReference.cache
│   │   ├── BarCode.exe
│   │   ├── BarCode.Form1.resources
│   │   ├── BarCode.pdb
│   │   ├── BarCode.Properties.Resources.resources
│   │   └── Interop.BARCODELib.dll
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── SystemSet.ini
├── BarCode.sln
└── BarCode.suo

205 directories, 665 files

标签:

实例下载地址

C#报表打印源代码合集

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警