且构网

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

如何使用C#在ASP.NET中生成工资单

更新时间:2023-02-05 15:21:28

您可以查看以下内容:
http://msdn.microsoft.com/en-us/library/system. drawing.printing.printdocument.aspx
you can check it out:
http://msdn.microsoft.com/en-us/library/system.drawing.printing.printdocument.aspx


您可以为此生成Crystal Report或RDLC.
水晶报告示例 [选择Payslip格式时要考虑的8点 [ ^ ]
You may Crystal report or RDLC for that.
Crystal Reports Samples[^]
For your information
8 Points to consider when choosing a Payslip format[^]


您可以使用itextsharp dll来创建带有工资单信息的PDF
然后你要做你想要的
You can use itextsharp dll to create PDF with the information of your payslip
then you do what you want