Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 3.04 KB

File metadata and controls

58 lines (31 loc) · 3.04 KB
title author
Use Report Parameters
Sergey Andreev

Use Report Parameters

Report parameters allow you to filter report data dynamically.

Report parameters example

Supported Features/Capabilities

Refer to the following documentation section for more details: Create a Report Parameter.

Reference Report Parameters

Once you create a parameter, you can reference it in your report’s filter string to filter underlying report data.

Reference parameter in report filter string

You can also reference the parameter in a report control’s expression or its Text property.

Reference report parameter in a control's expression

When used in this manner, you can filter data displayed within an individual report control (such as Label) conditionally.

You can also bind data source parameters to report parameters and filter data at the data source level. Refer to the following help topic for more information: Reference Report Parameters.

Specify Parameter Values

Available report parameters appear within a report’s Print Preview window (inside the Parameters panel). Use this panel to specify desired parameter values:

Specify parameter values in the Parameters Panel