Sai Yang

Sai Yang

  • NA
  • 136
  • 25.8k

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

May 12 2018 3:12 AM
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)