Create a ReportPdfUA object with the passed in template. The report will be in the pdf/ua 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 ReportPdfUA(template) |
Parameters
- template
- The report template.
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