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




Glossary Item Box

The version of Windward Reports. Version numbers are generally in the form "MAJOR.MINOR.RELEASE" or "MAJOR.MINOR.RELEASE beta".

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property Version As String
Visual Basic (Usage)Copy Code
Dim value As String
 
value = Report.Version
C# 
public static string Version {get;}
Managed Extensions for C++ 
public: __property static string* get_Version();
C++/CLI 
public:
static property String^ Version {
   String^ 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.