I used matrix in RDLC , I need to add a total at the bottom of the report to total each column like Below image ..
Asked
Active
Viewed 2,289 times
1

rene
- 41,474
- 78
- 114
- 152

Rageesh Geetha Raman
- 1,409
- 1
- 10
- 13
-
What aggregate expression did you try ? – Hardik May 08 '13 at 05:22
-
@Hardik: when i right click on the Group in the Matrix table and selected the subtotal the Subtotal field comes right of the matrix table . but i need to get which I shown above .. – Rageesh Geetha Raman May 08 '13 at 09:02
-
@Hardik: **=sum(Fields!NetPay.Value)** – Rageesh Geetha Raman May 08 '13 at 09:04
-
If you have rows repeating in Matrix you will be prompted subtotal at bottom and if you have repeating Columns then you will get subtotal right of the table. – Hardik May 08 '13 at 09:17
-
try adding a single row and put expression there. – Hardik May 08 '13 at 09:17