共用方式為


StyleBaseInstance.CurrencyLanguage 屬性

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public MustOverride Property CurrencyLanguage As String 
    Get 
    Set
'用途
Dim instance As StyleBaseInstance 
Dim value As String 

value = instance.CurrencyLanguage

instance.CurrencyLanguage = value
public abstract string CurrencyLanguage { get; set; }
public:
virtual property String^ CurrencyLanguage {
    String^ get () abstract;
    void set (String^ value) abstract;
}
abstract CurrencyLanguage : string with get, set
abstract function get CurrencyLanguage () : String 
abstract function set CurrencyLanguage (value : String)

屬性值

型別:System.String

請參閱

參考

StyleBaseInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間