I am using RDLC Report. My requirement is, I need to calculate total Hours from values like
Wrking Hour
9:45
10:02
11:00
Total Hours: 30:47
Main thing it is including blank values. So How I need to make equation for RDLC Report for getting total hours:minutes.
I tried running the below code, but it shows error:
System.TimeSpan.FromTicks(sum(Fields!TimeDiff.Value))