Microsoft Report Designer
式の値内でLineThrough テキストを使用した人はいますか? 例:
=Switch(Fields!a.Value is Nothing, "text here".LineThrough, Not(Fields!a.Value is Nothing), CStr(Fields!a.Value))
の場合、「ここにテキスト」を取り消し線にする必要がありa.Value
ますnothing
。
Microsoft Report Designer
式の値内でLineThrough テキストを使用した人はいますか? 例:
=Switch(Fields!a.Value is Nothing, "text here".LineThrough, Not(Fields!a.Value is Nothing), CStr(Fields!a.Value))
の場合、「ここにテキスト」を取り消し線にする必要がありa.Value
ますnothing
。