共用方式為


Style.FormatSymbolCulture 屬性

Gets or sets the culture of the format symbols.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property FormatSymbolCulture As String 
    Get 
    Set
'用途
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)

屬性值

型別:System.String
A string value.

請參閱

參考

Style 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間