Set the locale based on Windward Report's internal rules. This will set it to the template native format. You can use null instead of this constant.
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Const LOCALE_DEFAULT As String  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim value As String
 
value = Report.LOCALE_DEFAULT  | 
 
| C# |   | 
|---|
public const string LOCALE_DEFAULT  | 
 
| Managed Extensions for C++ |   | 
|---|
public: const string* LOCALE_DEFAULT  | 
 
| C++/CLI |   | 
|---|
public:
const String^ LOCALE_DEFAULT  | 
 
             
            
            
            
            
            
            
            Requirements
Platforms: Windows 10, Windows NT, Windows Server
            
            
See Also