FastReport VCL 4.9发布

FastReportVCL4.9版本更新包括增强图片导出功能、新增报表访问控制及配置选项等。支持透明背景图片导出、报表文件权限设置及服务器配置优化。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

FastReport VCL 4.9发布
1增加了导出图片时的背景颜色的定义,这样就可以导出成透明
背景的图片了(PDF导出格式不支持)
2为TfrxXMLExport控件增加了“分割到Sheet页”的选项
3为TfrxRichView增加/PAGE标签,当引擎碰到此标志时,自动
断开当前页打印
4为TfrxChartView.IgnoreNulls=True增加了隐藏空值的属性
5增加了设置自定义页面顺序的能力,如 3,2,1,5,4
6[企业版]在报表中增加AUTHLOGIN和AUTHGROUP变量
7[企业版]任何报表都可以匹配任何组,这些报表仅仅可以在匹配
的组中访问
8[企业版]可以为每一个报表文件设置延迟缓冲(reports.xml)
9[企业版]为报表的配置工具增加新的属性编辑器
10[企业版]在服务器配置中,增加属性XML,SplitType,
允许选择分割一个页面的类型
(none,pages,printonprev,rowscount)
不分页,按Pages指令分页,按预览分页,按行数分页
11[企业版]在服务器配置中,增加属性XML,SplitRowsCount
可以为RowsCount设置多少行分页。
12[企业版]在服务器配置中,增加了可以选择导出XML文件还是XLS文件的配置
13[企业版]在服务器中增加了属性HTML,URLTarget配置,以允许
选择报表的目标属性
14[企业版]增加属性ReportsFile,路径到文件报表分组关联访问
15[企业版]在服务器中增加属性“ReportListReNewTimeout"属性
16[企业版]在服务器中增加属性”ConfigRenewTimeout"属性
17[企业版]在服务器中增加属性”MimeType"属性
18[企业版]在服务器中增加属性“BrowsePrint"浏览器打印配置,
允许浏览器打印,并且增加了打印栏的导航模板文件nav_print_browse.html
19[企业版]增加了动态文件文件的产生的能力,
20在PDF导出中,增加了画线的功能(不包含位图)
21在PDF导出中,增加了旋转文字的功能(不包含位图)
22增加了引擎选项EngineOptions.IgnoreDevByZero属性,
以允许在算法中允许被除数为0时,允许忽略异常。
23 增加属性
TfrxDBLookupCombobox.DropDownWidth
TfrxDBLookupComboBox.DropDownRows
以可以改变下拉框的显示宽度和下拉显示的行数
24增加事件
TfrxCustomExportFilter.OnBeginExport(开始导出事件)
在调码对象中增加减小字体大小的功能
在条码中增加FNC1和Code128的功能
增加事件TfrxPreview.OnMouseDown
在D4-D6和BCB4-BCB6中增加导出Unicode-PDF的功能。
改进了AddFrom方法的性能

修复的问题:
在PDF导出时字体问题
TfrxRichView在RTF导出时的不正确的问题
在TfrxServerLog.Write中增加了护持量
在PDF导出对话框窗口中,增加设置“允许保护”标志的变量
PDF导出中文件结构出错的问题
在导出OpenOffice(ODT)时,图片的问题。
TfrxReportServer在D2010中的小问题
在RAD Studio2010中的问题、
页对和和打印头在ReprintOnNewPage中的无End时循环出错问题
修复在使用Keeping属性时,交叉表转换出错问题。
当使用Join small pages打印模式时,[CopyName#]宏的问题。
在NewPage,StartNewPage中尝试分割页时的问题。
TfrxRichView增加通过表达式的变量时空行的问题
如果主Band不可见,页脚打印事件的问题(FooterAfterEach=True)
在Double-pass下,TfrxCrossView重置页面变量时的问题
当分割TfrxRichView时,丢失Align属性的问题。
TfrxRichView 当使用RTF4.1时的报表问题。

FastScript v1.96 发布
==============
增加了支持RAD Studio2010和新的RTTI函数
改进了脚本的运行速度
改进了在Lazarus中运行的能力。
version 4.9 --------------- + added export headers/footers in ODF export + added ability to print/export transparent pictures (properties TfrxPictureView.Transparent and TfrxPictureView.TransparentColor) (PDF export doesn't supported) + added new "split to sheet" modes for TfrxXMLExport + added support of /PAGE tag in TfrxRichView, engine automatically break report pages when find /PAGE tag + added ability to hide Null values in TfrxChartView (TfrxChartView.IgnoreNulls = True) + added ability to set any custom page order for printing (i.e. 3,2,1,5,4 ) + [enterprise] added variables "AUTHLOGIN" and "AUTHGROUP" inside the any report + [enterprise] now any report file can be matched with any (one and more) group, these reports are accessible only in matched groups + [enterprise] now you can set-up cache delays for each report file (reports.xml) + [enterprise] added new properties editor for reports in Configuration utility (see Reports tab) + [enterprise] added property "Xml" - "SplitType" in server configuration - allow to select split on pages type between none/pages/printonprev/rowscount + [enterprise] added property "Xml" - "SplitRowsCount" in server configuration - sets the count of rows for "rowscount" split type + [enterprise] added property "Xml" - "Extension" in server configuration - allow select between ".xml" and ".xls" extension for output file + [enterprise] added property "Html" - "URLTarget" in server configuration - allow select the target attribute for report URLs + [enterprise] added property "ReportsFile" - path to file with reports to groups associations and cache delays + [enterprise] added property "ReportsListRenewTimeout" in server configuration + [enterprise] added property "ConfigRenewTimeout" in server configuration + [enterprise] added property "MimeType" for each output format in server configuration + [enterprise] added property "BrowserPrint" in server configuration - allow printing by browser, added new template nav_print_browser
FastReport.v4.9.81 for.Delphi.BCB.Full.Source企业版含ClientServer中文修正版 delphi2010中文完美支持。 D2010安装必读 delphi2010使用者安装时,请将res\frccD14.exe更名名为frcc.exe frccD14.exe 是专门的delphi2010编码器。其他delphi版本,请使用frcc.exe FASTREPORT® 4.9 VCL - report generator for Delphi CURRENT VERSION Build: 4.9.81 Date: 05/31/10 FastReport®4 VCL is an add-on component that allows your application to generate reports quickly and efficiently. FastReport® provides all the necessary tools to develop reports, including a visual report designer, a reporting core, and a preview window. It can be used in the CodeGear (exBorland) Delphi 4-2010, CodeGear C++Builder 6-2010 and CodeGear RAD Studio environments What's new in the FastReport 4 Report Designer: new XP-style interface the "Data" tab with all report datasets ability to draw diagrams in the "Data" tab code completion (Ctrl+Space) breakpoints watches report templates local guidelines (appears when you move or resize an object) ability to work in non-modal mode, mdi child mode Report Preview: thumbnails Print: split a big page to several small pages print several small pages on one big print a page on a specified sheet (with scale) duplex handling from print dialogue print copy name on each printed copy (for example, "First copy", "Second copy") Report Core: "endless page" mode images handling, increased speed the "Reset page numbers" mode for groups reports crypting (Rijndael algorithm) report inheritance (both file-based and dfm-based) drill-down groups frxGlobalVariables object "cross-tab" object enhancements: improved cells appearance cross elements visible in the designer fill corner (ShowCorner property) side-by-side crosstabs (NextCross property) join cells with the same value (JoinEqualCells property) join the same string values in a cell (AllowDuplicates property) ability to put an external object inside cross-tab AddWidth, AddHeight properties to increase width&height of the cell AutoSize property, abilit
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值