How to show a report in PDF? - ColdFusion

How to show a report in PDF?



- CF report builder is a best reporting tool available with CF 8.0.1.

- CFReport tag is used for integrating the Report builder templates into PDF reports

- The ‘format’ attribute of tag is used to display a PDF report

- Example
<cfreport template="customerList.cfr" query="customers" format="PDF" title="Global Customers" />

- Other reporting tools include Crystal Reports and Actuate
Post your comment