摘要:
Delphi is a high-level, compiled, strongly typed language that supports structured and object-oriented design. Based on Object Pascal, its benefits in 阅读全文
摘要:
使用报表变量时,引用“frxVariables”单元。 变量定义在“TfrxVariable” 类: TfrxVariable = class(TCollectionItem) published property Name: String; //Name of a variable property Value: Variant; //Value of a variable... 阅读全文
摘要:
Writing Custom Wizards 编写自定义的向导 You can extend FastReport's functionality with the help of custom wizards. FastReport, for example, contains the standard “Report Wizard” which is called from the ... 阅读全文
摘要:
Using Custom Functions in a Report 在报表中使用自己义函数 FastReport has a large number of built-in standard functions for use in report designs. FastReport also allows custom functions to be written and us... 阅读全文