软件介绍
fastreport4免费版是一款报表控件工具,无需附加的动态链接库(DLL)就可提供快速、紧致、灵活的代码。可以从各种数据源的表格、查询程序、数组及数据文件中导入数据。
fastreport4使用教程
使用recompile.exe,先选择中文语言,编译一次,然后再选择recompile all package进行编译;
编译后,在libd17(xe3环境下编译为例)中,将*.bpl拷贝到c:\windows\system32;
然后打开xe3程序,添加控件,选择libd17下的*.bpl进行安装。
软件功能
你还可以在预览时去搜索与修改报表,进行内容交互。
可以直接连接到sql数据库,并内置c#引擎。
表对象让你创建复杂报表一样简单。
支持用户添加文本、图像、线条等操作,将各种子报表一步搞定。
为用户提供报表设计器,让你可以修改创建自报表。
常见问题
fastreport中如何动态加入变量及变量组?建立变量名
frxreport1.variables.addvariable('组名,如果为不存的组或空,则为默认组,这里不需要空格',变量名,变量初始值);
建立变量组名
frxreport1.variables.add .name:=' '+变量组名。
fastreport中如何使用上下标?
设置frxmemoview.allowhtmltags:= true;在text输入如下
下表:k<sub>6</sub>
上标:mm<sup>2</sup>
举一反三,你还可以使用其他html标记。
fastreport中如果访问报表中的对象?可以使用findobject方法。
tfrxmemoview(frxreport1.findobject('memo1')).text:='fastreport'。
fastreport中如何打印总页数?设置两次报表后加入引号内内容 "第[page#]页共[totalpages#]页"。
更新日志
- fixed bug in Dropbox export when Application Key and Secret
- fixed bug in Dropbox with NullReferenceException
- fixed bug with encoding when importing dDase file of Map in DBX export
- fixed excel numeric formats bug
- fixed bug with broken formats after matrix optimization in Excel 2007 export
- fixed bug with font transparency of empty cells in Excel 2007 export
- fixed bug with cell duplication on merged cells in Excel 2007 export
- fixed bug with embedding of monospaced fonts in PDF and XPS exports
- fixed bugs in WebReport with styles
- fixed bug with WebReport.RepotDone
- fixed bug with MasterPages in WebReport
- fixed bug with printing chart legend
- fixed bug in PictureObject