Update setting-the-content-of-jsondatasource-through-report-parameter.md (#1287)

This commit is contained in:
Momchil Zanev 2024-01-17 10:27:34 +02:00 коммит произвёл GitHub
Родитель 85b720d697
Коммит 012da27c71
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -35,7 +35,7 @@ To set the content of the [JsonDataSource]({%slug telerikreporting/designing-rep
use the following [Binding]({%slug telerikreporting/designing-reports/connecting-to-data/expressions/using-expressions/bindings%}) in the table: use the following [Binding]({%slug telerikreporting/designing-reports/connecting-to-data/expressions/using-expressions/bindings%}) in the table:
Property path: DataSource.Source Property path: DataSource.Source
Expression: Parameters.Parameter1.Value Expression: = Parameters.Parameter1.Value
The same approach can be applied if the datasource is assigned to the report or any other [data item]({%slug telerikreporting/designing-reports/connecting-to-data/data-items/overview%}). In this case, the Binding has to be added to the report/ data item. The same approach can be applied if the datasource is assigned to the report or any other [data item]({%slug telerikreporting/designing-reports/connecting-to-data/data-items/overview%}). In this case, the Binding has to be added to the report/ data item.