Skip to main content
A newer version of this page is available. .
All docs
V21.2

The Parameters Panel

  • 2 minutes to read

The Parameters panel allows you to specify parameter values in a report’s Print Preview.

Use the Parameters panel to specify parameter values

Submit Parameter Values

When you open a report’s Print Preview, the Parameters panel displays default parameter values and descriptions.

Parameters panel, "Waiting for parameter values" message

Specify parameter values and click Submit to generate the report’s Print Preview. Set the report’s RequestParameters property to false to display a report document for the default parameter values when you open the Print Preview.

Reset Parameter Values to Defaults

Click the Reset button to reset parameter values to defaults.

Reset parameter values to defaults

Hide the Parameters Panel

To remove the Parameters panel from a report’s Print Preview, disable the Visible option for all report parameters in the Report Parameters Editor.

Hide a parameter from the Parameters panel

When you hide the Parameters panel, the report’s Print Preview is generated with the default parameter values.

Customize the Parameters Panel

You can unite report parameters into expandable groups, place parameters side-by-side, add separators, and more.

Default panel Customized panel
Default panel Customized panel

View Example: Reporting for WinForms - Customize the Parameters Panel View Example: Reporting for ASP.NET Core - Customize the Parameters Panel

Refer to the ParameterPanelFluentBuilder class description for more information.

Implement a Custom Parameter Editor

The following image shows default editors for supported parameter types:

Default editors for supported parameter types

You can also implement a custom parameter editor. Refer to the following topics for details: