The Report Builder is a very flexible tool that provides a variety of ways you can define a report. However, all reports use the following basic steps:
The ColdFusion Report Builder Gallery dialog box appears.
Whether or not you use the Report Creation Wizard, continue with the following steps.
cfquery tag whose query is passed to the report through the cfreport tag. It's best to plan your data access before defining the report, as described in Report definition guidelines.
Tip: You can use the Query Builder through the Report Creation Wizard or from the main Report Builder interface (select Report > Report Query from the menu bar).
Tip: Use the Import button to import query field definitions from an existing report.
cfreportparam tag. For more information on input parameters, see Using input parameters to pass variables and other data at runtime.
cfreport tag in a CFM page. If you define a CFM page, be sure to specify the URL of the CFM page in the Report Preview URL field of the Report Properties dialog box (used in report preview).
Tip: The Code Snippet Preview dialog box generates a prototype CFM page (or CFC and calling CFM page) and lets you save this code to a file (or files).
For more information on report preview, see Previewing reports.
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | KnowledgeBase | Bug Reporting
Version 7
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/7/htmldocs/00001453.htm