Skip to main content
November 11, 2009
Question

coldfusion and report builder

  • November 11, 2009
  • 1 reply
  • 810 views

Hello

I'm new working with web and with coldfusion but so far I think I've been great.

Recently Installed coldfusion Report Builder. I create a report and save it with a name (report.cfr) using the wizard.

I saw the preview perfectly from coldfusion report builder.

I have no idea how to generate a preview of the report on my website

can someone explain how to accomplish this?

Do I need some other application besides coldfusion report builder to accomplish this?

Juan Martinez

This topic has been closed for replies.

1 reply

Inspiring
November 12, 2009

Hi Juan,

You can make use of the <cfreport> tag to generate your reports.

For e.g,

<cfreport template="your_report_filename.cfr" format="pdf"></cfreport>

and you if you are passing any parameters to your report then you need to use <cfreportparam> tag inside your <cfreport> </cfrepot> block.

You can learn more here,

http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_r-s_06.ht ml

HTH