|
1 | 1 | --- |
2 | 2 | title: "Customize the Parameters Pane in a Report (Report Builder) | Microsoft Docs" |
3 | 3 | description: Learn how to customize the Parameters pane when creating paginated reports with parameters in Report Builder. |
4 | | -ms.date: 03/01/2017 |
| 4 | +ms.date: 06/15/2020 |
5 | 5 | ms.prod: reporting-services |
6 | 6 | ms.prod_service: "reporting-services-native" |
7 | 7 | ms.technology: report-design |
@@ -59,30 +59,30 @@ ms.author: maggies |
59 | 59 |
|
60 | 60 | - Right click parameter in the **Report Data** pane, and then click **Delete**. |
61 | 61 |
|
62 | | -## Hidden/Internal parameters in runtime |
63 | | -If you have hidden/internal parameters, the logic on whether it'll be rendered as empty space in runtime is as follows: |
| 62 | +## Hidden/Internal parameters during runtime |
| 63 | +If you have a hidden/internal parameter, the logic of whether it will be rendered as empty space during runtime is as follows: |
64 | 64 |
|
65 | | - - If any row or column is full of hidden/internal parameters or empty cell, then it won't be rendered in runtime; |
66 | | - - Otherwise, both hidden/internal parameters and empty cell will be rendered as empty space; |
| 65 | + - If any row or column contains only hidden/internal parameters or empty cells, then the entire row or column won't be rendered during runtime |
| 66 | + - Otherwise, the hidden/internal parameter or empty cell will be rendered as empty space |
67 | 67 |
|
68 | | -For example, `ReportParameter1` is hidden while rests are visible: |
| 68 | +For example, `ReportParameter1` is hidden while the rest of the parameters are visible: |
69 | 69 |
|
70 | 70 |  |
71 | 71 |
|
72 | | -This will result in an empty space in runtime because there are visible parameters in first column or first row: |
| 72 | +This will result as an empty space during runtime because there are visible parameters in first column or first row: |
73 | 73 |
|
74 | 74 |  |
75 | 75 |
|
76 | | -Now if we change `ReportParameter3` to hidden as well: |
| 76 | +Using the same example, if you also set `ReportParameter3` as hidden: |
77 | 77 |
|
78 | 78 |  |
79 | 79 |
|
80 | | -Then the first column is omitted because the whole column is empty: |
| 80 | +Then the first column is not rendered during runtime because the entire column is considered empty: |
81 | 81 |
|
82 | 82 |  |
83 | 83 |
|
84 | 84 | ## Default layout |
85 | | -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 | +For reports that were authored before SQL Server Reporting Services 2016, a default parameter layout grid of 2 columns and N rows will be used during runtime. To change the default layout, open the report in Microsoft Report Builder and save the report. After saving the report, the customized parameter layout information will be saved to the .rdl file. |
86 | 86 |
|
87 | 87 |
|
88 | 88 | ## See also |
|
0 commit comments