Compartir a través de


Style.FormatSymbolCulture Propiedad

Gets or sets the culture of the format symbols.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.String
A string value.

Vea también

Referencia

Style Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel