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




template
The report template.

Glossary Item Box

Create a ReportPdfA object with the passed in template. The report will be in the pdf/a 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 ReportPdfA(template)
C# 
public ReportPdfA( 
   Stream template
)
Managed Extensions for C++ 
public: ReportPdfA( 
   Stream* template
)
C++/CLI 
public:
ReportPdfA( 
   Stream^ template
)

Parameters

template
The report template.

Exceptions

ExceptionDescription
net.windward.util.LicenseExceptionthrown if called too often for the license type.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software