Create a ReportHtml object with the passed in template, writing it to the passed in report stream. The report will be in the html format.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim template As Stream
Dim report As Stream
Dim instance As New ReportHtml(template, report) |
Parameters
- template
- The report template.
- report
- The stream to write the report to.
Exceptions
Exception | Description |
net.windward.util.LicenseException | thrown if called too often for the license type. |
Requirements
Platforms: Windows 10, Windows NT, Windows Server
See Also