QuickReport
is a banded report generator written in 100% Delphi code that integrates
very closely with Delphi and C++Builder. Design reports within the
Delphi IDE using the form designer as a report designer. QuickReport
has been chosen by Borland as the standard reporting tool for Delphi
and C++Builder. The Standard Edition distributed free of charge
with Delphi and C++Builder.
version 4.06更新功能如下:
- Resource strings fully mapped (preview, search dialog, search
results).
- Preview search facility, page jumps added.
- TQRAbstractTable. Two bugs fixed.
- Code tidied, unused space reduced
- HTML, XML filters improved
- PDF exporting is now ISAPI friendly - no stream dump, temp files
etc.
- '%m' format string accepted allowing use of regional currency
symbol
- Several small memory leaks and one large one fixed
- Some minor bugs fixed
QuickReport
4 Professional 主要功能:
New standard preview
Thumbnails and text search.
MemoryLimit property
of TQRPrinterSettings enables suppression of temporary files.
Temporary files be created if more memory is required than is
set. The PDF and HTML export filters do not create temporary files.
This is advantageous for server based applications.
The extended printer
settings PrintQuality, Collate and Colour options are in the report
printer settings and the QRPrinterSetup dialogue.
The composite report
upgrade enables exporting. TCompositeReport has an ExportToFilter
method. It may be used only with the PDF, HTML XML and XL filters.
Frames and background
exports have been implemented. Band and control frames and backgrounds
will be exported.
Export Filters can
concatenate reports PDF and HTML and XLS filters will take several
reports.
The direct print for
metafile method may be called to send the saved report directly
to the selected printer after a prepare or preview. Printer settings
are respected and take precedence over internal report settings
when possible.
The code that sets
the printer options to match the internal report settings has
been replaced.
Abstract dataset (Table)
is a new control for solving data connection problems. Design
reports around a set of fields and feed the data to the fields
in an event that is called when the dataset advances. Reports
behave exactly as with a normal dataset.
The XML/XSLT export
filter outputs the document (not the data) as a browser viewable
XML/XSLT document. A stylesheet for browser viewing is supplied.
TQuickrep has a new
Transparent bands and background image property that is the name
of a QRImage control placed on the report (not on a band). The
control remains invisible but its bitmap is painted onto each
page before any other printing. Bands may be set to Transparent
to stop them over-painting the background.
Memo and RichText
added expanded height calculations have been added. The routines
that calculate the expanded height of a band are extended and
bands should paint the correct expanded size. The option to stop
bands breaking across pages no longer requires code.
RichText controls
export to PDF, XML and HTML as images. New code has been added.
The PDF filter enables
TrueType fonts to be embedded. The PDF export filter does not
make temporary files and has a corresponding control that integrates
with the preview.
The HTML (Web) filter
produces smaller files and has new properties to fix image linking
difficulties and to improve the page-to-page links.
PDF, HTML and XML
filters are on the palette and in the preview and when put on
a form, integrate into the preview save menu.