【发布时间】:2009-09-10 13:05:16
【问题描述】:
尝试在文本框中显示报告参数时出现错误。
我已经构造了一个表达式:
="My Report for " & Parameters!ReportMonth.Value & " " & Parameters!ReportYear.Value
ReportMonth 和 ReportYear 是字符串值
我得到的错误是:
文本运行“Title.Paragraphs[0].TextRuns[0]”的值表达式 包含错误:[BC30654] 函数、Get 或 运算符必须返回一个值。
注意:Title 是文本框对象的名称
我正在使用SSRS 2008。
有什么想法吗?
【问题讨论】:
-
ReportMonth 和 ReportYear 是如何定义的?
标签: visual-studio-2008 sql-server-2008 reporting-services