SSRS Report: If condition to set Border width for column
Scenario: You want to change the border width change dynamically.
Solution: Select the Tablix1-->Go to Properties windows-->Select Border width and click on Default and select Expression and type
=IIF((Fields!BoxNumber.Value mod 6)=0, "2pt", "1pt"), ,
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home