0

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

4

2 に答える 2