how to generate a document with data from a database for printing purposes in vb.net
I'm developing a system to generate a water bill for 开发者_如何学Pythona local area.In it i need to print out the bill from using the data from the database.It would be a greatly appreciated if someone could explain me how to generate & print the bill in vb.net. Thanks in advance.
Use Crystal Reports.
Indeed crystal reports would do it, have a look at this:
How to Print a Crystal Report Programmatically in ASP.NET?
精彩评论