Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the calculated value of the NumeralLanguage property in a Style class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides Property NumeralLanguage As String
Get
Set
'Usage
Dim instance As StyleInstance
Dim value As String
value = instance.NumeralLanguage
instance.NumeralLanguage = value
public override string NumeralLanguage { get; set; }
public:
virtual property String^ NumeralLanguage {
String^ get () override;
void set (String^ value) override;
}
abstract NumeralLanguage : string with get, set
override NumeralLanguage : string with get, set
override function get NumeralLanguage () : String
override 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
Microsoft.ReportingServices.OnDemandReportRendering Namespace