c# - Column total on sub report for displayed rows -


i'm working on time sheet report display day day punch records employee , total out hours week. master report list of employees , demographic information. sub report list of each days punch in , out information. when put sum @ end of total time column, sums of time employees sub report records.

i want display sum of column employee.

what missing make work?

the answer turned out to filter dataset 1 employee needed in subreport @ time. apparently ms reporting software doesn't filter based on subreport criteria. used linq query against datatable employeeid comes part of subreport handler. sum calculation correct.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -