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




template
The report template.

Glossary Item Box

Create a ReportHtml object with the passed in template. The report will be in the html format.

Syntax

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

Parameters

template
The report template.

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.