Home Forums Reporting Services SSRS 2012 Row visibility setting for the last page of tablix RE: Row visibility setting for the last page of tablix

  • You can insert a row below the matrix outside the group and put the total there, and it will only show on the last page.

    Right-click on the matrix/tablix, and in the menu choose "Insert Row, Outside Group, Below", and then put your total calculation SUM([field]) there, and it will show only at the very end of the matrix/tablix, not once on each page.