2
I wonder if there is any property in Tablix that let me know if the field is in the state expanded
or collapsed
?
I’m wanting to display some information in a column only if the left field is expanded. The idea would be something like this:
=IIF(Fields!DivisionT.Expanded = False, "", First(Fields!QtdeApr.Value))
Do you know any way to do that?