Reporting Services - 通过在操作中选择的表达式读取报表名称
我有一份 RDL 报告,在 Tablix 中的一个文本框中,我引用了当前项目中的另一份报告。
我想在工具提示中显示选定的报告名称,该名称已在操作中(从当前项目的现有报告列表中)选择。
这可能吗?
编辑: 我尝试使用内置代码表达式,但我无法找出编写代码的正确方法(没有智能感知支持)。这是我尝试过的方法:
ReportItems("TextBox6").GetType()
提前谢谢你,
埃迪
I have a RDL report and on one of the Textboxes in the Tablix I have a reference to another report in the current project.
I want to display in a tool tip the selected report name, which has been selected (from the list of existing reports in the current project) in Actions.
Is this possible?
Edit:
I tried using built in code expression, I couldn't figure out the correct way to write the code though (no intelisense support). This is the approach I tried:
ReportItems("TextBox6").GetType()
Thank you in advance,
Eddie
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论