- Unlimited levels of SubData bands make Master-Detail reports a
breeze.
- Our unique SmartTotals feature makes multiple levels of
subtotals easy to use, and helps prevent errors.
- Instant Previewing lets you view the report while it is still
generating.
- Previewed reports can be saved to disk for later viewing or
printing.
- Previews can be modal or non-modal, allowing you control as a
developer to give the user the amount of flexibility or restriction that is needed.
- You can create your own custom preview forms to add or remove
features in the built-in previewer. For example, when printing checks or invoices, you may
want to have greater control over the available features on the preview screen.
- The built-in previewer has a split screen capability to allow
you to view two areas of the same report, or two different reports side-by-side.
- TwoPass capability lets you display Page X of Y, or do complex
calculations.
- Checkbox Label is great for displaying boolean values.
- Full justification of memo text is supported, and memos can
span multiple pages.
- ReserveSpace property lets you control widows and orphans in
your reports.
- Overlay bands allow you to simulate forms, or print watermarks
on your report.
- OnDataStart and OnDataSkip events let you override the
standard skipping logic to control the database traversal, or even print reports from
sources other than databases.
- Expression variables let you use all the power of Delphi to
calculate values that will display on the report.
|
|
- SubBands allow you to logically break one band up into
sections that print independently. This is useful if one section needs to stretch to
accommodate memos or graphics. It also allows you to selectively suppress different
sections based on the data.
- The CustomLabel component gives you an OnDraw event to do
custom printing to the canvas.
- The design-time preview lets you quickly verify your report
layout to screen or to printer without recompiling your application.
- The FAST button brings up a dialog that lets you quickly
populate your report with text and data labels using drag and drop simplicity.
- The Band Manager lets you easily add delete and organize the
order of bands and groups in your report.
- Min/Max button lets you minimize the report to work on other
areas of your form.
- CODE39 and CODE 25 format barcodes can be printed on the
report.
- The 32 bit versions support printing of RichText memos in your
report.
- The new Diagnostic Report is like having your own tech support
person on staff. It analyzes your report components and identifies many common
mistakes for properties that appear to be set incorrectly.
- The Overview Report is documentation of your report
design. It prints most of the common properties of your report components and labels
in an organized format for use as documentation or for desk-checking your report layout.
- The new alignment palette lets you align labels across bands
where Delphi's built-in alignment tool does not work.
|