'How can we pass url parameter to rdl file?
I have a requirement to show the static text of my report in different language.
Steps that I am following:
Create a url with query string parameter with CultureInfo. http://localhost/Report.aspx?UserId=5?CultureInfo=cs-CZ?ReportsPath=UserReport/New
Now I want to fetch this CultureInfo=cs-CZ in my rdl file.
On the basis of my CultureInfo I will do the dynamic change with IIF or SWITCH
Problem I am getting:
How to fetch the CultureInfo value in my rdl file? Or,How can I print this value in any of the textbox to check what is passed to it?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|