SSRS How to add a tablix footer group

reporting-servicesssrs-2008

SSRS Newbie and feeling a bit silly.

Im working on my first report(in VS 2008) and cant seem to work out the group footer for my tablix. This must sound really simple but how do I add it and configure it to show on every page of my report? I have the group header working fine but I want the overall totals to display at the bottom of each page in my report. Every tutorial/website I check doesnt really seem to explain it very well

Any ideas?

Thanks

Best Answer

If you add a footer, it will appear on every page by default. There are two properties that can remove the footer from the First and/or Last page of the report. However, by default, the footer is active on all pages of a report.

So basically, if you add data to the footer, it should work.

Related Topic