Click here to Skip to main content
15,911,890 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
I know about the CrystalReports, but my current project use MS Reporting Services(SSRS).
I know only the basic of Reporting Services, and i dont know to add a Report footer(not a Page Footer) in SSRS. So anyone know about this please share with me.


Thank you,
Elk Cloner
Posted
Updated 24-Apr-12 0:54am
v2
Comments
Mantu Singh 24-Apr-12 7:02am    
I tried the same but can't find such option in SSRS project however posible in Crystalreports

In the body of the report. Add a table (if you haven't already) that contains the desired fields from the dataset containing your data.
You can then add a report footer easily to the report by right clicking in the leftmost heading table cell and selecting "Table Footer".
 
Share this answer
 
Comments
Elk Cloner 26-Apr-12 0:10am    
I am using Visual Studio Version 2008 and .Net Frame work version 3.5. But i can't get this "Table Footer" option from the pop up that i got when i click on the left most heading cell. Is it any settings that i need to change for get this option. Please help me.

Thanks

Elk Cloner
Hi,

By default, Report footer is not provided in SSRS.

So to implemnet this you need to take some workarounds

1) Create a page footer with a rectangle and set the Visibility expression to =Globals.PageNumber < Globals.TotalPages

2) Put item on report body section at the end and it will be displaed only once at last in report.

Hope this helps.
 
Share this answer
 
Comments
Praveen Meghwal 30-Apr-12 1:05am    
Nice

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900