I need to display some summary details in the RDLC report and also i need that in the form of table. I tried vertical tablix and bond values with DataSet but right now my problem is the summary details are showing vertically twice.
Eg. I need
Sum1 val1
Sum2 val2
Sum3 val3
Total val1+val2+val3
BUT right now its displaying like
Sum1 val1
Sum2 val2
Sum3 val3
Total val1+val2+val3
Sum1 val1
Sum2 val2
Sum3 val3
Total val1+val2+val3