Currently, my senior told me to do cfreport to be printed directly without viewing. For this case, I gotta know which printer is available for printer via CFML. Here is coding,
2<cfset PrinterName = printFunction["printer"]>
- all of information from GetPrinterInfo come from Struct data type.
- Printer must be already connected with CF hosted server. Should not be connected with client PC.

Android
Top of Page