名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property CurrencyLanguageSize As String
Get
'使用
Dim instance As ChartDataPointValuesInstance
Dim value As String
value = instance.CurrencyLanguageSize
public string CurrencyLanguageSize { get; }
public:
property String^ CurrencyLanguageSize {
String^ get ();
}
member CurrencyLanguageSize : string
function get CurrencyLanguageSize () : String