Skip to content

Commit ec41c5a

Browse files
Update report-book-parameters.md
1 parent e7cdd22 commit ec41c5a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

designing-reports/report-book/report-book-parameters.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ previous_url: /designing-reports-reportbook-report-parameters
1111

1212
# Report Book Parameters Overview
1313

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.
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.
1515

1616
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.
1717

@@ -25,7 +25,7 @@ You can control parameter merging via the [`Mergeable`](/api/Telerik.Reporting.I
2525

2626
## How to set a value for a report parameter in ReportBook
2727

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**.
2929

3030
### In Standalone Designer
3131

@@ -39,7 +39,7 @@ In the sample pictures below, you will see in few steps how to set a value for a
3939
### Web Report Designer
4040

4141
1. Open the ReportBook (Combined Report).
42-
1. In Report Sources, click on the `uriReportSources1 `
42+
1. In Report Sources, click on the `uriReportSources1 `.
4343
1. Next to Parameters, you will see a plus sign(+). Click on it.
4444
1. In the `Add New Item` window, you will be able to set the name and value of the parameter.
4545

@@ -52,13 +52,11 @@ In the sample pictures below, you will see in few steps how to set a value for a
5252
* __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.
5353

5454
{{source=CodeSnippets\CS\API\Telerik\Reporting\ReportSourceSnippets.cs region=Set_Values_For_Unique_Or_Mergable_ReportParameters_In_ReportSource_Snippet}}
55-
5655
{{source=CodeSnippets\VB\API\Telerik\Reporting\ReportSourceSnippets.vb region=Set_Values_For_Unique_Or_Mergable_ReportParameters_In_ReportSource_Snippet}}
5756

5857
* __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.
5958

6059
{{source=CodeSnippets\CS\API\Telerik\Reporting\ReportSourceSnippets.cs region=Set_Values_For_NotMergable_ReportParameters_In_ReportSource_Snippet}}
61-
6260
{{source=CodeSnippets\VB\API\Telerik\Reporting\ReportSourceSnippets.vb region=Set_Values_For_NotMergable_ReportParameters_In_ReportSource_Snippet}}
6361

6462
>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

Comments
 (0)