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 ,如需转载请自行联系原作者