Style.FormatSymbolCulture Property

Definition

Gets or sets the culture of the format symbols.

public:
 property System::String ^ FormatSymbolCulture { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.DefaultValue("")]
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public string FormatSymbolCulture { get; set; }
[<System.ComponentModel.DefaultValue("")>]
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.FormatSymbolCulture : string with get, set
Public Property FormatSymbolCulture As String

Property Value

A string value.

Attributes

Applies to