Sum of row value in Microsoft Report Viewer
-
Hi all, Am creating a report(matrix) using microsoft report viewer... am getting the output like this:- Code Name 24 25 26 27 28 1 Sam 9.81 9.81 9.81 18.81 18.81 Now i want to put the total of(9.81 +9.81 +9.81 + 18.81 + 18.81) as total as next column as given below Code Name 24 25 26 27 28 Total 1 Sam 9.81 9.81 9.81 18.81 18.81 64.05 how can i do this? Thanks in Advance...
-
Hi all, Am creating a report(matrix) using microsoft report viewer... am getting the output like this:- Code Name 24 25 26 27 28 1 Sam 9.81 9.81 9.81 18.81 18.81 Now i want to put the total of(9.81 +9.81 +9.81 + 18.81 + 18.81) as total as next column as given below Code Name 24 25 26 27 28 Total 1 Sam 9.81 9.81 9.81 18.81 18.81 64.05 how can i do this? Thanks in Advance...