Windward Studios API Reference
ReportPrinter Constructor
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportPrinter Class : ReportPrinter Constructor




template
the template
printer
the printer name

Glossary Item Box

Creates a new ReportPrinter object using the specified template and printer. The printer name is usually in the form \\server\printer.

Syntax

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)
C# 
public ReportPrinter( 
   Stream template,
   string printer
)
Managed Extensions for C++ 
public: ReportPrinter( 
   Stream* template,
   string* printer
)
C++/CLI 
public:
ReportPrinter( 
   Stream^ template,
   String^ printer
)

Parameters

template
the template
printer
the printer name

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software