Create a ReportXlsx object with the passed in template, writing it to the passed in report stream. The report will be in the XLSX format.
Syntax
| Visual Basic (Usage) | Copy Code |
|---|
Dim template As Stream
Dim report As Stream
Dim instance As New ReportXlsx(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