I would like to know if there is any property in Tablix that tells me if the field is in the status expanded
or collapsed
?
I want to display some information in a column only if the left field is expanded. The idea would look something like this:
=IIF(Fields!DivisionT.Expanded = False, "", First(Fields!QtdeApr.Value))
Do you know of any way to do this?