I would like to ask around for help. How do we add empty rows to tablix
dynamically in SSRS
, as in I wrap the rows(including the totals) inside the list. And I want to have fixed table
layout in every page mostly just like this: But, It has multiple set of total rows
(sub total and grand total
at the very end).
Have been racking my brain quite a long time, still no answer yet. Any workaround how could I get this table layout in SSRS
Designing level???
I prefer not to mess up with SQL data-set
. Because I want it dynamic
.
Any idea?
Following is my previous similar question that I have able to solved :
SSRS Fixed Tablix/ add blank rows below
According to bot's suggestion, I could make it work. But this time around, case is a bit complicated as the tablix
is not having only one data-row, now it has 3 rows: one data row
, one subtotal
and grand total
.
Pls help me out. Thank you all.