共用方式為


StyleBase.NumeralLanguage 屬性

Gets an expression that evaluates to the digit format to use as described by its primary language.

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

語法

'宣告
Public MustOverride ReadOnly Property NumeralLanguage As ReportStringProperty 
    Get
'用途
Dim instance As StyleBase 
Dim value As ReportStringProperty 

value = instance.NumeralLanguage
public abstract ReportStringProperty NumeralLanguage { get; }
public:
virtual property ReportStringProperty^ NumeralLanguage {
    ReportStringProperty^ get () abstract;
}
abstract NumeralLanguage : ReportStringProperty
abstract function get NumeralLanguage () : ReportStringProperty

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the digit format to use as described by its primary language.

請參閱

參考

StyleBase 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間