Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
平台:RDLC 报告工具:Microsoft Visual Studio 2010
在 RDLC 报告中,有没有办法在同一个文本框中左右对齐两个不同的表达式,因为一个文本需要从文本框的左侧开始,另一个从文本框的右侧开始?
尝试关注
in RDLC designer textbox property -> alignment -> horizontal -> expression builder =iif(Fields!name.Value= "check","Left","Right")