You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reporting-services/report-design/customize-the-parameters-pane-in-a-report-report-builder.md
+77-51Lines changed: 77 additions & 51 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,54 +11,80 @@ author: maggiesMSFT
11
11
ms.author: maggies
12
12
---
13
13
# Customize the Parameters Pane in a Report (Report Builder)
14
-
When creating paginated reports with parameters in Report Builder, you can customize the Parameters pane. In report design view, you can drag a parameter to a specific column and row in the Parameters pane. You can add and remove columns to change the layout of the pane.
15
-
16
-
When you drag a parameter to a new column and row in the pane, the parameter order changes in the **Report Data** pane. When you change the order of the parameter in the **Report Data** pane, the location of the parameter in the pane is changed. For more information about why parameter order is important, see [Change the Order of a Report Parameter (Report Builder and SSRS)](../../reporting-services/report-design/change-the-order-of-a-report-parameter-report-builder-and-ssrs.md).
17
-
18
-
## To customize the parameters pane
19
-
20
-
1. On the **View** tab, select the **Parameters** checkbox to display the parameters pane.
21
-
22
-

23
-
24
-
The pane appears at the top of the design surface.
25
-
26
-
2. To add a parameter to the pane, do one of the following.
27
-
28
-
- Right click an empty cell in the parameters pane, and then click **Add Parameter**.
29
-
30
-

31
-
32
-
- Right click **Parameters** in the **Report Data** pane, and then click **Add Parameter**.
33
-
34
-
3. To move a parameter to a new location in the parameters pane, drag the parameter to a different cell in the pane.
35
-
36
-
When you change the location of the parameter in the pane, the order of the parameter in the **Parameters** list in the **Report Data** pane is automatically changed. For more information about the impact of the parameter order, see [Change the Order of a Report Parameter (Report Builder and SSRS)](../../reporting-services/report-design/change-the-order-of-a-report-parameter-report-builder-and-ssrs.md)
37
-
38
-
4. To access the properties for a parameter, do one of the following.
39
-
40
-
- Right click the parameter in the parameters pane, and then click **Parameter Properties**.
41
-
42
-

43
-
44
-
- Right click the parameter in the **Report Data** pane, and then click **Parameter Properties**.
45
-
46
-
5. To add new columns and rows to the pane, or delete existing rows and columns, right click anywhere in the parameters pane and then click a command on the menu that displays.
47
-
48
-

49
-
50
-
> [!IMPORTANT]
51
-
> When you delete a column or row that contains parameters, the parameters are deleted from the report.
52
-
53
-
6. To delete a parameter from the pane and from the report, do one of the following.
54
-
55
-
- Right click the parameter in the parameters pane, and then click **Delete**.
56
-
57
-

58
-
59
-
- Right click parameter in the **Report Data** pane, and then click **Delete**.
60
-
61
-
## See Also
62
-
[Report Parameters (Report Builder and Report Designer)](../../reporting-services/report-design/report-parameters-report-builder-and-report-designer.md)
63
-
64
-
14
+
When creating paginated reports with parameters in Report Builder, you can customize the Parameters pane. In report design view, you can drag a parameter to a specific column and row in the Parameters pane. You can add and remove columns to change the layout of the pane.
15
+
16
+
When you drag a parameter to a new column and row in the pane, the parameter order changes in the **Report Data** pane. When you change the order of the parameter in the **Report Data** pane, the location of the parameter in the pane is changed. For more information about why parameter order is important, see [Change the Order of a Report Parameter (Report Builder and SSRS)](../../reporting-services/report-design/change-the-order-of-a-report-parameter-report-builder-and-ssrs.md).
17
+
18
+
## To customize the parameters pane
19
+
20
+
1. On the **View** tab, select the **Parameters** checkbox to display the parameters pane.
21
+
22
+

23
+
24
+
The pane appears at the top of the design surface.
25
+
26
+
2. To add a parameter to the pane, do one of the following.
27
+
28
+
- Right click an empty cell in the parameters pane, and then click **Add Parameter**.
29
+
30
+

31
+
32
+
- Right click **Parameters** in the **Report Data** pane, and then click **Add Parameter**.
33
+
34
+
3. To move a parameter to a new location in the parameters pane, drag the parameter to a different cell in the pane.
35
+
36
+
When you change the location of the parameter in the pane, the order of the parameter in the **Parameters** list in the **Report Data** pane is automatically changed. For more information about the impact of the parameter order, see [Change the Order of a Report Parameter (Report Builder and SSRS)](../../reporting-services/report-design/change-the-order-of-a-report-parameter-report-builder-and-ssrs.md)
37
+
38
+
4. To access the properties for a parameter, do one of the following.
39
+
40
+
- Right click the parameter in the parameters pane, and then click **Parameter Properties**.
41
+
42
+

43
+
44
+
- Right click the parameter in the **Report Data** pane, and then click **Parameter Properties**.
45
+
46
+
5. To add new columns and rows to the pane, or delete existing rows and columns, right click anywhere in the parameters pane and then click a command on the menu that displays.
47
+
48
+

49
+
50
+
> [!IMPORTANT]
51
+
> When you delete a column or row that contains parameters, the parameters are deleted from the report.
52
+
53
+
6. To delete a parameter from the pane and from the report, do one of the following.
54
+
55
+
- Right click the parameter in the parameters pane, and then click **Delete**.
56
+
57
+

58
+
59
+
- Right click parameter in the **Report Data** pane, and then click **Delete**.
60
+
61
+
## Hidden/Internal parameters in runtime
62
+
If you have hidden/internal parameters, the logic on whether it'll be rendered as empty space in runtime is as follows:
63
+
64
+
- If any row or column is full of hidden/internal parameters or empty cell, then it won't be rendered in runtime;
65
+
- Otherwise, both hidden/internal parameters and empty cell will be rendered as empty space;
66
+
67
+
For example, `ReportParameter1` is hidden while rests are visible:
68
+
69
+

70
+
71
+
This will result in an empty space in runtime because there are visible parameters in first column or first row:
72
+
73
+

74
+
75
+
Now if we change `ReportParameter3` to hidden as well:
76
+
77
+

78
+
79
+
Then the first column is omitted because the whole column is empty:
80
+
81
+

82
+
83
+
## Default layout
84
+
For those reports that were authored before SSRS 2016 version, a default layout grid of 2 columns and N rows will be used in runtime. To change the layout, simply open the report in latest Report Builder and save back, then a customized layout info will be saved to .rdl file as well.
85
+
86
+
87
+
## See also
88
+
[Report Parameters (Report Builder and Report Designer)](../../reporting-services/report-design/report-parameters-report-builder-and-report-designer.md)
0 commit comments