Windward Studios API Reference
ReportPostScript Constructor(Stream,Stream)
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportPostScript Class > ReportPostScript Constructor : ReportPostScript Constructor(Stream,Stream)




template
The report template
report
The stream to write the report to

Glossary Item Box

Create a ProcessPostScript object with the passed in template. Objects created with this constructor must call processSetup, processData, and processComplete.Objects created with this constructor cannot call process. The report will be in the PostScript format.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal template As Stream, _
   ByVal report As Stream _
)
Visual Basic (Usage)Copy Code
Dim template As Stream
Dim report As Stream
 
Dim instance As New ReportPostScript(template, report)
C# 
public ReportPostScript( 
   Stream template,
   Stream report
)
Managed Extensions for C++ 
public: ReportPostScript( 
   Stream* template,
   Stream* report
)
C++/CLI 
public:
ReportPostScript( 
   Stream^ template,
   Stream^ report
)

Parameters

template
The report template
report
The stream to write the report to

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software