且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

日期明智的员工出勤使用C#在asp.net中报告Crystal

更新时间:2023-02-05 15:38:12

使用Cross-Tab Crystal Report,查看以下文章了解更多信息

使用其功能组,图表,交叉表和子报表逐步创建Crystal报表 [ ^ ]

In my project i want to display the employee attendance reports in Date wise..but i maintained a single table for storing all attendance details...In my table the records are stored as,

E.No  Name            Status   Date 
225   Arun            A         08/25/2011 
226   Jegankumar      P         08/25/2011 
225   Arun            P         08/24/2011 
226   Jegankumar      P         08/24/2011 
225   Arun            A         08/23/2011 
226   Jegankumar      P         08/23/2011 




here i want a report in following format,

E.No      Name         23/08/2015   24/08/2015   25/08/2015 
225       Arun             A             P           A 
226       Jegankumar       P             P           P

use Cross-Tab Crystal Report, check below article for more information
Step by Step Creation of Crystal Report using its Features Group, Graph, Cross-Tab and Sub Report[^]