Setting the print bin for a specified printerΒΆ

SetPrintBin()

Set print bin for a specified printer


SYNTAX

SetPrintBin(printer_name, bin_name)

Sets the bin to be used by all reports printed by the current program to the printer specified by printer_name. The printer_name may be obtained by the SelectPrinter() or EnumPrinters() functions. The GetPrintBins() function is used to obtain the bin names.


RELATED TOPICS

Reports

Report functions