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




Glossary Item Box

Get the report format of the output stream.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ReportType As Report.REPORT_TYPE
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As Report.REPORT_TYPE
 
value = instance.ReportType
C# 
public Report.REPORT_TYPE ReportType {get;}
Managed Extensions for C++ 
public: __property Report.REPORT_TYPE get_ReportType();
C++/CLI 
public:
property Report.REPORT_TYPE ReportType {
   Report.REPORT_TYPE 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.