Style.FormatSymbolCulture 属性
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.