The major version number of Windward Reports. Version numbers are in the form MAJOR.MINOR.RELEASE.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Shared ReadOnly Property VersionMajor As Integer  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim value As Integer
 
value = Report.VersionMajor  | 
 
| C# |   | 
|---|
public static int VersionMajor {get;} | 
 
| Managed Extensions for C++ |   | 
|---|
public: __property static int get_VersionMajor();  | 
 
| C++/CLI |   | 
|---|
public:
static property int VersionMajor {
   int get();
} | 
 
            
            
             
            
			
			
            
            
            
            
            
            Requirements
Platforms: Windows 10, Windows NT, Windows Server
            
            
See Also