Share via


Style.FormatSymbolCulture Property

Gets or sets the culture of the format symbols.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property FormatSymbolCulture As String 
    Get 
    Set
'Usage
Dim instance As Style 
Dim value As String 

value = instance.FormatSymbolCulture

instance.FormatSymbolCulture = value
public string FormatSymbolCulture { get; set; }
public:
property String^ FormatSymbolCulture {
    String^ get ();
    void set (String^ value);
}
member FormatSymbolCulture : string with get, set
function get FormatSymbolCulture () : String 
function set FormatSymbolCulture (value : String)

Property Value

Type: System.String
A string value.

See Also

Reference

Style Class

Microsoft.ReportingServices.RdlObjectModel Namespace