Hi,
I am trying to pass a parameter of JSON type to my Telerik Report, like this:
or in Arabic:
I want to use these values dynamically in my report's TextBox. For example, to display the value of "date"
, I tried the following approaches, but neither worked:
=Parameters.Columns.Value("date")
I am doing this because I want to dynamically pass translated field labels to the report. Could you please guide me on the correct way to achieve this?
Thank you!