【发布时间】:2016-04-15 13:22:54
【问题描述】:
我想知道是否有人可以帮助我们理解为什么 SSRS 在我的 Textbox13 文本框中返回错误。
警告 1 [rsRuntimeErrorInExpression] 文本运行“Textbox13.Paragraphs[0].TextRuns[0]”的值表达式包含错误:从字符串“NULL”到类型“Date”的转换无效。
值 Workorder_Closed_Date 是 sql 查询的结果,要么填写要么为 NULL
=IIF(IsNothing(Fields!Workorder_Closed_Date.Value),
reportitems!Textbox13.Value="open",
reportitems!Textbox13.Value="closed")
【问题讨论】:
-
这是
Textbox13的表达式吗?
标签: vb.net reporting-services null