User Guide

Table Of Contents
772 Chapter 32: Creating Reports for Printing
This section contains the following discussions:
Reporting features
Reporting architecture
Getting started
Basic steps for creating reports
Report definition guidelines
Common reporting tasks and techniques
Using the Report Creation Wizard
Using the Query Builder
Using CFML in reports
Using charts
Using subreports
Reporting features
Although you can use the
cfdocument tag to create similar looking reports, ColdFusion MX 7
reporting and the Report Builder provide many features that ease the report creation process, as
the following table describes:
Feature Description
Easy-to-use interface Employ a banded user interface with integrated online Help, For
more information, see “User interface usage, tips, and techniques”
on page 776.
Query Builder Display, select, and order database tables and columns used in a
report. The Query Builder creates SQL (also called internal SQL),
which you can optionally customize using Advanced Query
Builder. For more information, see “Using the Query Builder”
on page 795.
Multiple display options Display ColdFusion Report (CFR) files directly in a browser (no
coding is required to create or display a ColdFusion report), or
invoke a report with the
cfreport tag, optionally passing query
data to use instead of the internal SQL. For more information, see
“Displaying reports” on page 791.
Report preview Use Preview (F12) to display your report, optionally displaying a
CFM page that invokes the report through the
cfreport tag. For
more information, see “Previewing reports” on page 787.