一个简单可扩充的报表打印C++类库

时间:2015-11-05 15:03:30
【文件属性】:

文件名称:一个简单可扩充的报表打印C++类库

文件大小:17KB

文件格式:7Z

更新时间:2015-11-05 15:03:30

报表打印类 C++

项目中需要打印报表,自己编写了一个用于报表打印的C++类库。项目中只需要能支持文本、图片的打印即可,所以并没有做的非常完善,如果有兴趣,可以继续扩充功能,呵呵。 内附测试用的一段代码和报表格式定义文件


【文件预览】:
printtest.cpp
Test.xml
header
----MspPrintVer1.h(1KB)
----mspprintblockline.h(1KB)
----MspPrintBlockTable.h(2KB)
----MspPrintBlockTxt.h(2KB)
----MspPrintXml.h(2KB)
----MspPrint_Constant.h(4KB)
----MspPrintBlock.h(1KB)
----MspPrintCellLine.h(998B)
----MspPrintCellPhoto.h(642B)
----MspPrintCell.h(653B)
----MspPrinter.h(2KB)
----MspPrint_Export.h(1KB)
----MspPrintBlockPhoto.h(1KB)
----MspPrintCellTxt.h(639B)
----MspPrintBase.h(1KB)
----MspPrint_Common.h(875B)
source
----MspPrintCell.cpp(306B)
----MspPrintBase.cpp(4KB)
----MspPrintBlockLine.cpp(4KB)
----MspPrintCellPhoto.cpp(2KB)
----MspPrinter.cpp(13KB)
----MspPrint_Funcs.cpp(5KB)
----MspPrintBlockPhoto.cpp(4KB)
----MspPrintBlockTable.cpp(15KB)
----MspPrint_Export.cpp(5KB)
----MspPrintBlock.cpp(3KB)
----MspPrintCellLine.cpp(2KB)
----MspPrintXml.cpp(19KB)
----MspPrintBlockTxt.cpp(8KB)
----MspPrintVer1.cpp(12KB)
----MspPrintCellTxt.cpp(3KB)

网友评论

  • 代码不够清晰 每个文件关联很复杂 很难复用
  • 这。。。。只上传些cpp,.h文件 很难读懂 怎么不上传完整的源程序 没法看效果
  • 很不错,但是没有exe,不知道具体效果如何。
  • 不错,要是VC的就更好