Instead of hard coding printer name directly in program. I would like to pass label value. This is the code:- reportDocument.PrintOptions.PrinterName = “HP LaserJet 1020”; Instead of above printer name, I would like o pass label value like below reportDocument.PrintOptions.PrinterName = LblPrinter.Text;
↧
Crystal Report Printer name value passing through label
↧