Image align on table

  • 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

  • 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..

  • 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