IHostManagementPrintDocument(Int32, ListInt64, String, Int32) Method
Direct printing process of a document or form.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void PrintDocument(
int idReport,
List<long> ids,
string printerName = null,
int copies = 1
)
Sub PrintDocument (
idReport As Integer,
ids As List(Of Long),
Optional printerName As String = Nothing,
Optional copies As Integer = 1
)
Parameters
- idReport Int32
- Print form identifier.
- ids ListInt64
- List<Int64> with the data identifiers.
- printerName String (Optional)
- Printer name.
- copies Int32 (Optional)
- Number of copies of each data record.