First of all, don't use Hidden property but right click on tablix header, choose Column Visibility
and below "Show or hide based on an expression" write down your expression.
As an example:
=IIF(Max(Fields!OffsetDimension.Value, "LedgerTransStatementDS")= "", true, false)
So, if maximum of all field values is equal to an empty string, it means we have absolutely no values in this column.
If you would add this expression to the Hidden property then you will end up with a gap in your table.

Niciun comentariu:
Trimiteți un comentariu