打印发票
我已经将发票数据存储在 SQL 中,现在我想打印这些发票,手动打印它们可能需要不到一个小时,但这不是重点,我想使用 c# 以编程方式执行此操作,最快最简单的方法是什么? Excel?一些例子的链接? TIA 斯图尔特
I have invoice data stored in SQL now I want to print those invoices, It would probably take me less than an hour to print them manually but that is not the point I want to do it programmatically using c# What is the quickest simplest way? Excel? Links to some examples?
TIA
Stuart
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Crystal Reports 在 C# 中打印发票。
You can use Crystal Reports to print the invoices in C#.