Posted 24 August 2021, 4:30 am EST
Dear Sir/Mam,
The below command shows the printing dialog which we don’t want.
FlexReport.Print();
we have also tried following but still showing the dialog…
C1PrintOptions result = new C1PrintOptions();
result.PrinterSettings = new PrinterSettings();
result.PrinterSettings.PrinterName = BillPrinter; //printer-name variable
FlexReport.Print(result);
Regards-
Sanjeeb