Create a ReportPptx object with the passed in template, writing it to the passed in report stream. The report will be in the PPTX format.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim template As Stream
Dim report As Stream
Dim instance As New ReportPptx(template, report) |
Parameters
- template
- The report template, as a word, excel, or powerpoint document.
- 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also