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




template
The report template.

Glossary Item Box

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