Click here to Skip to main content
15,908,013 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I m using a Access Database to pull Data and displaying using Report.I use report wizard to make report and report viewer to show report.

In my table theirs a Column holding Due Payment data name UnderPayment. I want to show the Total of this column In a text Box (in Report Footer).

My column in Access Database is type of text

any help would be great thank you.
Posted
Updated 17-Jul-13 19:37pm
v3

Please see this link:

Net-reportviewer-how-can-i-put-totals-at-bottom-of-each-page[^]
Reportviewer-sum-aggregate-function-shows-error[^]

The second link shows an example when the datatype is a string, then you should need to cast it into double, or integer.

Hope it helps. :)
 
Share this answer
 
v2
Comments
ErBhati 31-Jul-13 7:14am    
Thanks It helps me
berrymaria 31-Jul-13 20:01pm    
Please accept it as an answer. :)
Please, start here: Sum Function (ReportViewer)[^] and read all related articles ;)
 
Share this answer
 
Comments
ErBhati 18-Jul-13 1:42am    
Hi Maciej
You give the valuable suggestions always..But i try this before asking Question..it gives error..Not give the total
Maciej Los 18-Jul-13 3:04am    
"..it gives error.." is not informative at all ;(
ErBhati 18-Jul-13 6:25am    
when i run the application the text box shows like this #Error

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