Wednesday, March 6, 2013

Row cell merge on Table of RDLC

Select column value like this
and press F4 and you will see the properties window like this

and go to the expresstion of top and buttom properties and copy and past the code below
=IIF((Fields!YarnTypeID.Value)<>10000000000000008 , "None", "Solid")
and as per as your condition.
Thanks.


No comments:

Post a Comment