Table of Contents
VReport Class: Printing Properties
Get a list of the installed printers and pass values of the list to Valentina Reports methods.
VReport.LocalPrinters
Declaration:
VReport.LocalPrinters as VStringArray (r/o)
Description:
Returns the list of installed local printers. You can pass values of this list into VReport.PrintToLocalPrinter() method.
Example:
dim printers as VStringArray = report.LocalPrinters()
VReport.ServerPrinters
Declaration:
VReport.ServerPrinters as VStringArray (r/o)
Description:
Returns the list of printers, installed in the system, where Valentina Server is running. You can pass values of this list into VReport.PrintToServerPrinter() method.
Example:
dim printers as VStringArray = report.ServerPrinters()