Printing directly using specific printer settings
Posted: Fri Mar 04, 2011 6:51 am
When directly printing a report (using report.Print(false, myPrinterSettings), whereas report is a StiReport and myPrinterSettings is a System.Drawing.Printing.PrinterSettings object, taken from the default Microsoft PrinterDialog, it seems it takes only some of the settings made inside the System.Drawing.Printing.PrinterSettings.
When, for example, I choose to print two pages on one page, using stapling (which our printer supports inside the printer settings dialog), it will not do this. Some other settings, like duplex printing work. In other application all the printing works correctly.
Am I doing something wrong?
When, for example, I choose to print two pages on one page, using stapling (which our printer supports inside the printer settings dialog), it will not do this. Some other settings, like duplex printing work. In other application all the printing works correctly.
Am I doing something wrong?