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
Often, one or more reports that are part of a report book will contain report parameters. The report book is shown as a single document in the report viewer and the parameters area represents the visible report parameters defined in all child reports.
14
+
Often, one or more reports that are part of a report book will contain report parameters. The report book is shown as a single document in the report viewer, and the parameters area represents the visible report parameters defined in all child reports.
15
15
16
16
Telerik Reporting provides a mechanism known as parameter merging. If the [`Name`](/api/Telerik.Reporting.IReportParameter#Telerik_Reporting_IReportParameter_Name) and [`Type`](/api/Telerik.Reporting.IReportParameter#Telerik_Reporting_IReportParameter_Type) of two (or more) parameters from different reports are the same, then they are considered equivalent and are displayed as a single parameter in the viewer's Parameters Area.
17
17
@@ -25,7 +25,7 @@ You can control parameter merging via the [`Mergeable`](/api/Telerik.Reporting.I
25
25
26
26
## How to set a value for a report parameter in ReportBook
27
27
28
-
In the sample pictures below, you will see in few steps how to set a value for a report parameter in ReportBook using Standalone Designer. For this example, the **Dashboard.trdp** and **Product Sales.trpd** reports are used, which can be found in the installation folder - **C:\Program Files (x86)\Progress\Telerik Reporting 2025 Q1\Report Designer\Examples**.
28
+
In the sample pictures below, you will see in a few steps how to set a value for a report parameter in ReportBook using Standalone Designer. For this example, the **Dashboard.trdp** and **Product Sales.trpd** reports are used, which can be found in the installation folder - **C:\Program Files (x86)\Progress\Telerik Reporting 2025 Q1\Report Designer\Examples**.
29
29
30
30
### In Standalone Designer
31
31
@@ -39,7 +39,7 @@ In the sample pictures below, you will see in few steps how to set a value for a
39
39
### Web Report Designer
40
40
41
41
1. Open the ReportBook (Combined Report).
42
-
1. In Report Sources, click on the `uriReportSources1 `
42
+
1. In Report Sources, click on the `uriReportSources1 `.
43
43
1. Next to Parameters, you will see a plus sign(+). Click on it.
44
44
1. In the `Add New Item` window, you will be able to set the name and value of the parameter.
45
45
@@ -52,13 +52,11 @@ In the sample pictures below, you will see in few steps how to set a value for a
52
52
*__When report parameters have unique names or the target parameters are merged:__ If a parameter is distinguishable by its Name property or the Name denotes several merged parameters, refer to the parameter directly by the value of its Name property.
*__When report parameters have repeating names but they are not merged:__ In this case, you need to refer to the individual occurrence of the parameter in a particular report. This is done by denoting the target report by its zero-based index inside the report book.
>note If you do not use the specified syntax and you refer to the report parameter directly by the `Name` property's value, the value will be set only for the _first_ occurrence of the report parameter in the report book.
0 commit comments