cfreportparam

Passes input parameters to a ColdFusion Report Builder
report definition. Allowed inside cfreport tag bodies only.

  <cfreportparam>

 cfreportparam();

This tag requires Adobe ColdFusion 7 and up.  Not supported on Lucee, etc.

Attribute Reference

name string

Variable name for data that is passed. The ColdFusion
Report Builder report definition must include an input
parameter that matches this name.

value string

Value of the data that is sent.

chart string

Name of the chart contained in a report or subreport. The value of this attribute must match Name property of a chart defined in the Report Builder report.

query query

Query value to pass to a subreport or chart. The ColdFusion query must contain at least all of the columns included in the Report Builder query.

series numeric

Ordinal number of a chart series to use for the query. This attribute is valid only when the chart attribute is specified.

style string

Style in CSS format for a subreport.

subreport string

Name of the subreport.

Examples
Sample code using the cfreportparam tag

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub