Windward Engine 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.