Partilhar via


Propriedade do RDL Style.FormatSymbolCulture

Gets or sets the culture of the format symbols.

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

Sintaxe

'Declaração
Public Property FormatSymbolCulture As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
A string value.

Consulte também

Referência

Style Classe

Namespace Microsoft.ReportingServices.RdlObjectModel