StyleBase.NumeralVariant Property

Definition

Gets an expression that evaluates to the variant of the digit format to use.

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ReportIntProperty ^ NumeralVariant { Microsoft::ReportingServices::OnDemandReportRendering::ReportIntProperty ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty NumeralVariant { get; }
member this.NumeralVariant : Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
Public MustOverride ReadOnly Property NumeralVariant As ReportIntProperty

Property Value

A ReportIntProperty object that represents the variant of the digit format to use.

Remarks

Currently defined values are as follows:

1: default, follow Unicode context rules

2: 0123456789

3: traditional digits for the script as defined in GDI+. Currently supported for: ar | bn | bo | fa | gu | hi | kn | kok | lo | mr | ms | or | pa | sa | ta | te | th | ur and variants.

4: ko, ja, zh-CHS, zh-CHT only

5: ko, ja, zh-CHS, zh-CHT only

6: ko, ja, zh-CHS, zh-CHT only [Wide versions of regular digits]

7: ko only

Applies to