Share via


StyleBaseInstance.NumeralLanguage Property

Gets the calculated value of the NumeralLanguage property in a StyleBase class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public MustOverride Property NumeralLanguage As String 
    Get 
    Set
'Usage
Dim instance As StyleBaseInstance 
Dim value As String 

value = instance.NumeralLanguage

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

Property Value

Type: System.String
A string value that represents the calculated value of the NumeralLanguage property.

See Also

Reference

StyleBaseInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace