Chapter 1: ColdFusion Tags
181
The CFREPORT tag requires the name of the report to run;
CFREPORT can also pass information to the report
file being displayed to change the output conditions.
<P>This example would run a report called
"monthlysales.rpt " and pass it an optional filter condition to
show only the information for a certain subset of the report.
<CFREPORT REPORT='/reports/monthlysales.rpt'>
{Departments.Department} = 'International'
</CFREPORT>
<P>Substitute your own report files and filters for this code
and CFREPORT can place your existing Crystal Reports into web pages.
</BODY>
</HTML>
Need help?
Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?