riki dev

riki dev

  • NA
  • 2
  • 1.2k

Sum of hours and minutes using expression rdlc

Sep 20 2019 3:00 AM
I have to sum the hours and minutes using expression in the rdlc report of microsoft report viewer, how can I do the sum of the values ​​shown below?
 
=Split(CStr(Fields!Ore.Value), " ").GetValue(0) --> 03:30
=Split(CStr(Fields!Ore.Value), " ").GetValue(1) --> 02:00
=Split(CStr(Fields!Ore.Value), " ").GetValue(2) --> 08:00
=Split(CStr(Fields!Ore.Value), " ").GetValue(3) --> 04:30