i want to create a customer bill using C# in .net. I want to print this bill in specific format. i am using MSSQL Server as my database where customer name, address, invoice number, date, items details, rate, qty, item wise total and total amount are saved into this database.
Now I need to print invoice bill by getting data's from my database, I tried but i can't to do this, please advice me in this issue.how to do this with out using Crystal report??