Help with report data

Posted by: ddo on 11 February 2019, 6:54 pm EST

    • Post Options:
    • Link

    Posted 11 February 2019, 6:54 pm EST

    I have data structure like below:

    public string DepartmentName { get; set; }

    public string EmployeeId { get; set; }

    public string EmployeeName { get; set; }

    public List Punches { get; set; }

    public string TotalHours { get; set; }

    public string TotalOverTimeHours { get; set; }

    I would like to design a report group by department and then employee Name. The detail section should display data from List.

    Can you help?

    Thanks,

    Danny

  • Posted 13 February 2019, 3:19 am EST

    Hello Danny,

    On creating a data structure like yours, the report’s DataSource property should be set in the Detail section’s Format event.

    This has been implemented in the attached application. Kindly refer the same.

    We have also responded to your SupportOne ticket. For further discussion on this, kindly respond to the S1 thread to avoid confusion.

    Best Regards,

    Esha SectionReport_DataStructure.zip

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels