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 的表中“选中”多行?下面的每个 IIF 语句都在不同的行中。如果支付类型是每小时、时间和一半,以及双倍,我希望表格“x”三行 HOURLY、TIME AND HALF 和 DOUBLE。
IIF(Fields!payType = "New", "X", " ") IIF(Fields!payType = "Time and Half", "X", " ") IIF(Fields!payType = "Double", "X", " ")