1 / 38
文档名称:

quickreport开发手册.doc

格式:doc   大小:198KB   页数:38页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

quickreport开发手册.doc

上传人:wxc6688 2022/8/6 文件大小:198 KB

下载得到文件列表

quickreport开发手册.doc

文档介绍

文档介绍:using
QuickReport 3
for Borland Delphi
Distributed Worldwide by QBSSoftware Ltd
Contents
What is QuickReport 3? 3
spec, supports more RTF features than TRichEdit itself.
Windows Metafile WMF: The WMF filter lets you capture report output in a convenient graphical format.
·         Some powerful extra components. Let the user do the work: TQREditor is an end user report editor that you can ship royalty-free with your app.
TQuickAbstractRep is a descendant of the TCustomQuickRep base class that does not use TDataset - use it to build your own report systems.
TQRLoopBand prints the number of times set in its PrintCount property - great for creating blank forms.
TQRListWizard will create an instant report based on the fields of a table.
·         Expert technical support via email.
·         Full source code. Use the source, Luke!  The user can easily modify the code to localise the language, adopt it to local interface standards, add new features and so on.
·         More demos with more depth, including examples of how to make use of all the Pro edition features, and advanced techniques such as writing custom functions for the expression evaluator.
You can upgrade to QuickReport Professional by ordering from our web site, that of our distributor QBS Software Ltd
[WW1] at or from your local Delphi add-on reseller.
 
A first report
The best way to get the hang of the QuickReport library is to see it in action. So this section explains how to set up a very basic report. With the Delphi IDE running, follow these steps:
1        Choose File | New Application.
2        Drop a TTable component onto the main form.
3        Use the Object Inspector to set its DatabaseName property to ‘DBDemos’, TableName to ‘’ and Active to True.
4        Drop a TQuickRep component on the main form. Its size and position don’t matter.
5        Set its DataSet property to ‘Table1’. This is a key step. The report object to iterates