不能用表达式列,用代码吧。
If e.DataCol.Name = "订单日期" Then
e.DataRow("逻辑列") = iif(Format(e.DataRow("订单日期"), "yyyyMM") > "201503", true, False)
End If