Windward Studios API Reference
Report Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report.BatchReport Class : Report Property




Glossary Item Box

The output stream the report was written to. This is a MemoryStream if created by the engine.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Report As Stream
Visual Basic (Usage)Copy Code
Dim instance As Report.BatchReport
Dim value As Stream
 
value = instance.Report
C# 
public Stream Report {get;}
Managed Extensions for C++ 
public: __property Stream* get_Report();
C++/CLI 
public:
property Stream^ Report {
   Stream^ get();
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software