登录
首页 » C# » CSharpWinForm

CSharpWinForm

于 2011-08-03 发布 文件大小:199KB
0 338
下载积分: 1 下载次数: 192

代码说明:

  C# 报表打印示例及源码,很详细 C# 报表打印示例及源码,很详细(C# examples and source code report printing, report printing very detailed C# example and source code, very detailed)

文件列表:

报表打印
........\报表打印
........\........\bin
........\........\...\Debug
........\........\...\.....\mydata.accdb,1126400,2011-05-25
........\........\...\.....\qiyan.mdb,618496,2011-05-25
........\........\...\.....\报表打印.exe,72704,2011-05-30
........\........\...\.....\报表打印.pdb,75264,2011-05-30
........\........\...\.....\报表打印.vshost.exe,14328,2011-05-30
........\........\...\.....\报表打印.vshost.exe.manifest,490,2007-07-21
........\........\CrystalReport1.cs,5275,2011-05-30
........\........\CrystalReport1.rpt,16384,2011-05-30
........\........\CrystalReport2.cs,5275,2011-05-30
........\........\CrystalReport2.rpt,16384,2011-05-30
........\........\DataSet1.cs,3,2011-05-26
........\........\DataSet1.Designer.cs,11369,2011-05-30
........\........\DataSet1.xsc,3,2011-05-26
........\........\DataSet1.xsd,841,2011-05-26
........\........\DataSet1.xss,3,2011-05-26
........\........\db.cs,5132,2011-05-25
........\........\Form1.cs,1123,2011-05-25
........\........\Form1.Designer.cs,4177,2011-05-25
........\........\Form1.resx,6017,2011-05-25
........\........\Form2.cs,1234,2011-05-25
........\........\Form2.Designer.cs,4022,2011-05-25
........\........\Form2.resx,5814,2011-05-25
........\........\obj
........\........\...\Debug
........\........\...\.....\Refactor
........\........\...\.....\ResolveAssemblyReference.cache,6335,2011-05-30
........\........\...\.....\TempPE
........\........\...\.....\......\CrystalReport1.cs.dll,6144,2011-05-30
........\........\...\.....\......\CrystalReport2.cs.dll,6144,2011-05-30
........\........\...\.....\......\DataSet1.Designer.cs.dll,8704,2011-05-30
........\........\...\.....\......\Reports.cs.dll,6144,2011-05-30
........\........\...\.....\报表打印.csproj.FileListAbsolute.txt,685,2011-05-30
........\........\...\.....\报表打印.csproj.GenerateResource.Cache,905,2011-05-25
........\........\...\.....\报表打印.exe,72704,2011-05-30
........\........\...\.....\报表打印.Form1.resources,180,2011-05-30
........\........\...\.....\报表打印.Form2.resources,180,2011-05-30
........\........\...\.....\报表打印.pdb,75264,2011-05-30
........\........\...\.....\报表打印.Properties.Resources.resources,180,2011-05-30
........\........\Program.cs,493,2011-05-25
........\........\Properties
........\........\..........\AssemblyInfo.cs,1380,2011-05-25
........\........\..........\Resources.Designer.cs,2874,2011-05-25
........\........\..........\Resources.resx,5612,2011-05-25
........\........\..........\Settings.Designer.cs,1097,2011-05-25
........\........\..........\Settings.settings,249,2011-05-25
........\........\Reports.cs,5219,2011-05-30
........\........\Reports.rpt,16384,2011-05-30
........\........\报表打印.csproj,8130,2011-05-30
........\........\报表打印.csproj.user,213,2011-05-25
........\报表打印.sln,926,2011-05-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 06条码
    grid++打印条码,特别好用,谁用了就知道了(Grid++ prints barcodes, which are very easy to use. Anyone who uses them knows.)
    2020-06-22 18:20:02下载
    积分:1
  • CSharpWinForm
    C# 报表打印示例及源码,很详细 C# 报表打印示例及源码,很详细(C# examples and source code report printing, report printing very detailed C# example and source code, very detailed)
    2011-08-03 14:27:13下载
    积分:1
  • HuffmanTree
    该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。 (4) P:打印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。 (5) T:打印哈夫曼树(Tree printing)。将已在 中的哈夫曼树以直观的方式(树或凹入表形式)显示在终端上,同时将此字符形式的哈夫曼树写入文件TreePrint中。 (The system should have the following features: (1) I: initialization (Initialization). Read from the terminal character set size n, and n and n characters right value, establishes a Huffman tree, and save it in the file hfmTree in. (2) E: encoding (Encoding). Has been built using the Huffman tree (if not in memory, reads from the file hfmTree), the text of the document ToBeTran encoded, and then putting the result in the CodeFile file. (3) D: decoding (Decoding). Huffman tree has been built using the file CodeFile the code will be decoded, the result is stored in the file TextFile. (4) P: Printing code files (Print). CodeFile in a compact format the document displayed on the terminal, one per line 50 code. While this character in the form of written documents CodePrin encoded file in. (5) T: Print Huffman tree (Tree printing). Would have been in the Huffman tree in an intuitive way (tree or recessed table form) displayed on the terminal, but this form of characters written to the file )
    2013-06-21 13:45:16下载
    积分:1
  • 08-08
    Commercial Sensor Survey Status Report
    2009-10-30 17:48:21下载
    积分:1
  • cups
    介绍了cups下的打印机驱动开发。对于在开发打印机驱动的朋友,这份文档对你会有很大的帮助。(Introduced the cups printer driver under development. For the printer driver in the development of a friend, this document will be of great help to you.)
    2021-03-16 19:39:21下载
    积分:1
  • cups
    介绍了cups下的打印机驱动开发。对于在开发打印机驱动的朋友,这份文档对你会有很大的帮助。(Introduced the cups printer driver under development. For the printer driver in the development of a friend, this document will be of great help to you.)
    2021-03-16 19:39:21下载
    积分:1
  • simplejavaprogramming
    题目:打印出杨辉三角形(要求打印出10行题目:输入3个数a,b,c,按大小顺序输出。 题目:输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。 题目:有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数 题目:编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数1/1+1/3+...+1/n(Topic: Print out the Triangle (10 lines required to print out the Title: Enter the 3 numbers a, b, c, according to the order of output. Title: input array, the largest exchange with the first element, the smallest and the last element of the exchange, output array. Topic: There are n integers, to move back in front of the order m of the number of positions, finally becoming the foremost m m the number of number of topics: write a function, the input n is even, the call function evaluation 1/2+1/4+...+ 1/n, when the input n is odd, call the function 1/1+1/3+...+ 1/n)
    2011-05-09 19:11:58下载
    积分:1
  • barprint(PDF)
    说明:  条码打印程序,有窗体打印,二进码打印,调用API函数打印等。(Barcode printing procedures form printing, binary code printing, call API function printing.)
    2008-11-26 16:40:38下载
    积分:1
  • GenPrint-Sample
    打印虚拟驱动,提取自wdk 8.1,需要wdk环境。(Print a virtual drive, extracted WDK 8.1, need WDK environment.)
    2021-03-11 09:49:26下载
    积分:1
  • DynamiCube2.5.1
    强大自动汇总数据报表插件。支持托拉拽功能。(DynamiCube2.5.1 is a Report Actvive tools )
    2014-03-14 14:09:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载