| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal template As Stream, _ ByVal printer As String _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim template As Stream Dim printer As String Dim instance As New ReportPrinter(template, printer)  | |
Parameters
- template
 - the template
 - printer
 - the printer name
 
Requirements
Platforms: Windows 10, Windows NT, Windows Server