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