文件名称:一个简单可扩充的报表打印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)