May 12, 2015 at 8:34 am
Hi,
I am using a tablix where it has two columns and each column has an image . Column A has image 1 and is hidden based on a condition .
= IIf(IsNothing(Fields!mapimage.Value) , TRUE, FALSE) . When Column A is hidden , I want to center align Column B and do not want to shift to the left when Column A is hidden..
How do I achieve this ?
Thanks,
PSB
May 15, 2015 at 5:03 am
Test if a field value is null. This expression can be used to control the Hidden property of an image report item.
=IIf(IsNothing(Fields!mapimage.Value) , TRUE, FALSE)
Your not using anthing then only the ISNOTHING *ISNULL* function..
May 15, 2015 at 6:44 am
Use two rows, one with two images the other with one image and use row visibility
Far away is close at hand in the images of elsewhere.
Anon.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply