Hi I'm creating an RDLC Report for an attendance management system. In my report I want to Sum of total WorkedHours.
I Want exactly this output
SO i want to display total of all 3 employees at the end of report in RDLC.
like Total: 22:25:41
how can i achieve it ?
I Want exactly this output
Code:
EmployeeId EmployeeName WorkedHours
1 ABC 04:00:25
2 XYZ 07:23:01
3 PQR 11:02:15
like Total: 22:25:41
how can i achieve it ?