User Guide

Table Of Contents
Creating reports with the ColdFusion MX 7 reporting 787
To define a text style:
1.
Click the Text Styles tab. By default, this tab is in the lower-right area of the Report Builder
window.
2.
Click the plus sign (+) at the top of the tab.
The Add Text Style dialog box appears.
3.
Type a value for the name field.
4.
Add other text style characteristics.
5.
Click OK.
To specify that a text style is the default:
1.
Edit an existing text style or create one.
The Add/Edit Text Style dialog box appears.
2.
Select the Default check box.
3.
Add or modify other text style characteristics, as appropriate.
4.
Click OK.
For complete information on using text styles, see Report Builder online Help.
Previewing reports
Report building is an iterative process and most developers periodically display the in-progress
report to review their most recent changes. If your report uses an internal query and you have
established default webroot settings, preview functionality is enabled automatically. If your report
uses a passed query, you must define an associated CFM page and associate that page with the
report. The Report Builder invokes this page when you request Report Preview.
To use Report Builder preview with a report that uses an internal query:
1.
(Optional) Define default server connection information using the Preferences dialog box, if
you did not define these settings previously:
Default RDS server configuration (used for Query Builder and Chart Wizard only; not
required for report preview).
Fully qualified path for the local web root directory; for example,
C:\CFusionMX7\wwwroot or C:\Inetpub\wwwroot.
URL for the local web root, for example, http://localhost:8500 or http://localhost.
2.
(Optional) Specify the output format in the Report Properties dialog box (the default is
FlashPaper).
3.
(Optional) If your report is designed to be invoked by a CFM page, specify the URL of the
CFM page in the Report Properties dialog box.
4.
Save your report.