This call set's the locale used in creating a report. If not set, the default is
not the system locale - it is the locale of the report template. This affects; 1) The output report locale for html and rtf reports, 2) The charset used for txt reports, 3) The rules used for soft line breaks (this mostly affects Thai), and 4) the locale used for <wr:out>. The passed in value can be any locale or the values LOCALE_DEFAULT or LOCALE_SYSTEM. LOCALE_DEFAULT will use the locale in the report template. LOCALE_DEFAULT will use the system locale.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Locale As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Report
Dim value As String
instance.Locale = value
value = instance.Locale |
C# | |
---|
public string Locale {get; set;} |
Managed Extensions for C++ | |
---|
public: __property string* get_Locale();
public: __property void set_Locale(
string* value
); |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also