我们如何将URL参数传递给RDL文件?
我需要以不同的语言显示报告的静态文本。
我正在关注的步骤:
使用CultureInfo创建带有查询字符串参数的URL。 http://localhost/report.aspx?userId = 5?cultureinfo = cs-cz?reportspath = userReport/new
现在我想在我的rdl文件中获取此cultioninfo = cs-cz。
根据我的Cultureinfo,我将使用IIF或Switch进行动态更改
问题进行动态更改:
如何在我的RDL文件中获取CultureInfo值? 或者,如何在任何文本框中打印此值以检查传递给它的内容?
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/NewNow 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论