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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,33 +58,33 @@ ms.author: maggies
58
58
59
59
- Right click parameter in the **Report Data** pane, and then click **Delete**.
60
60
61
-
## Hidden/Internal Parameters in runtime
61
+
## Hidden/Internal parameters in runtime
62
62
If you have hidden/internal parameters, the logic on whether it'll be rendered as empty space in runtime is as follows:
63
63
64
64
- If any row or column is full of hidden/internal parameters or empty cell, then it won't be rendered in runtime;
65
65
- Otherwise, both hidden/internal parameters and empty cell will be rendered as empty space;
66
66
67
67
For example, `ReportParameter1` is hidden while rests are visible:
68
68
69
-

69
+

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

73
+

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

77
+

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

81
+

82
82
83
83
## Default layout
84
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
85
86
86
87
-
## See Also
87
+
## See also
88
88
[Report Parameters (Report Builder and Report Designer)](../../reporting-services/report-design/report-parameters-report-builder-and-report-designer.md)
0 commit comments