共用方式為


NumeralLanguage 屬性

Gets an expression that evaluates to the digit format to use as described by its primary language. Any language is legal. Default is the Language property.

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

語法

'宣告
Public Overrides ReadOnly Property NumeralLanguage As ReportStringProperty
    Get
'用途
Dim instance As Style
Dim value As ReportStringProperty

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