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"), ,
No comments:
Post a Comment