如何在 RDLC 报告的同一文本框中左对齐和右对齐两个不同的表达式?
How to Left align and right align two different expression in the same text box in RDLC reports?
平台:RDLC 报告
工具:微软Visual Studio 2010
在 RDLC 报告中,有没有办法在同一个文本框中左右对齐两个不同的表达式,因为一个文本需要从文本框的左侧开始,另一个从文本框的右侧开始?
尝试关注
in RDLC designer textbox property -> alignment ->
horizontal ->
expression builder
=iif(Fields!name.Value= "check","Left","Right")
平台:RDLC 报告 工具:微软Visual Studio 2010
在 RDLC 报告中,有没有办法在同一个文本框中左右对齐两个不同的表达式,因为一个文本需要从文本框的左侧开始,另一个从文本框的右侧开始?
尝试关注
in RDLC designer textbox property -> alignment ->
horizontal ->
expression builder
=iif(Fields!name.Value= "check","Left","Right")