I am using LIST control and inside it a tablix then In tablix I have taken another tablix inside it that is basically for group by sub account type for particular section of report.
There is basically parent child group relation.
report Design like below -
LIST( Gorup on ACCOUNT TYPE)--> Normal tablix (tablix1) --> taken another tablix (tablix2) inside cells of tablix1 and it group on subaccount type --> when I put hidden exp on a row of (tablix2) then it is hiding the rows based on criteria but it is giving blank rows.
I want to remove/shrink blank rows from output of report. When I put hidden rows by exp on child group then it giving extra blank rows.
I also set ConsumeContainerWhiteSpace to true in report properties but it also not worked. Please advice on this issue.