Saturday, 19 October 2019

Automatically Printing Crystal Reports in ASP.NET

Automatically Printing Crystal Reports in ASP.NET

DropDownList1.DataSource = System.Drawing.Printing.PrinterSettings.InstalledPrinters
DropDownList1.DataBind()

this will catch your all installed printer name and you have to select printer name
It will work if your server have that printer installation

No comments:

Post a Comment