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.