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




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

Glossary Item Box

Create a ReportText object with the passed in template, writing it to the passed in report stream. The report will be in the text 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 ReportText(template, report)
C# 
public ReportText( 
   Stream template,
   Stream report
)
Managed Extensions for C++ 
public: ReportText( 
   Stream* template,
   Stream* report
)
C++/CLI 
public:
ReportText( 
   Stream^ template,
   Stream^ report
)

Parameters

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

Exceptions

ExceptionDescription
net.windward.util.LicenseExceptionthrown if called too often for the license type.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.