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
Add an Example for: cfreportparam
Use this form to create the Serialized JSON string needed to add an example into the docs.