fastreport导出

简介:

1.fastreport导出。

  It can be performed from a preview window. The operation can also be executed
manually, via the “TfrxReport.Export” method. In the parameter of this method you should
specify the export filter you want to use:
frxReport1.Export(frxHTMLExport1);


The export filter component must be available (you must put it on the form of your
project) and be adjusted correctly.












本文转自鹅倌51CTO博客,原文链接:http://blog.51cto.com/kaixinbuliao/891263 ,如需转载请自行联系原作者










相关文章
|
JSON Java 应用服务中间件
利用esaypoi自定义Excel表格模板导入与导出表单数据
今天工作中又遇到了excel导出数据的功能,在这里我将自己自定义的Excel模板和相关的代码拿出来,解释一下如何进行操作,以便日后能够方便的进行功能开发,提高效率。
704 0
|
存储 JSON JavaScript
做报表pdf导出功能实现
做报表pdf导出功能实现
|
数据格式
Qt Tablewidget表格数据的导出和导入
Qt Tablewidget表格数据的导出和导入
Qt Tablewidget表格数据的导出和导入
Kettle使用模板文件生成Excle报表
Kettle使用模板文件生成Excle报表
|
XML BI 数据格式
将RDL报表转换成RDLC报表的函数
原文:将RDL报表转换成RDLC报表的函数 近日研究RDLC报表,发现其不能与RDL报表兼容,尤其是将RDL报表转换成RDLC报表。
922 0
|
缓存 BI 程序员
|
缓存 BI 程序员