1
Answer

how to add column values in rdlc

Photo of Sajid Hussain

Sajid Hussain

9y
414
1
i have a report in which i want to add column value.like
Name          vehicles 
sa               23
wa               22 
xc               10
 Total:           55
i have created one row outside the group, and the textbox which is below vehicle column i put an expression like
=Sum(Fields!vehicles.Value)
But its gives error,on the other end if i put Count instead of Sum it return 3,what is the problem is here?

Answers (1)

0
Photo of Ramesh Palanivel
NA 9.5k 138.6k 8y
Hi Santosh,
 
Try this links, It may help you!..
 
https://www.codeproject.com/Tips/607801/SimpleplusChatplusprogramplusinplusC
 
http://www.c-sharpcorner.com/UploadFile/97ec13/how-to-make-a-chat-application-in-C-Sharp/