1
Answer

[C#] How to sum a column in reportviewer????

Sai Yang

Sai Yang

6y
1.4k
1
I report a table with reportviewer.rdlc
 
I have a columns name Amount. I need to sum this column in expression
 
How to write it?
 
I have code like:
 
=Sum(First(Fields!Amount.Value, "DataSet1"))
 
this error for me how to do next? 
 
 
Answers (1)