ActiveReports 8
NumeralVariant Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Style Class : NumeralVariant Property

Glossary Item Box

Gets or sets the variant of the digit format to use.

Syntax

Visual Basic (Declaration) 
Public Property NumeralVariant As ExpressionInfo
C# 
public ExpressionInfo NumeralVariant {get; set;}

Property Value

An integer ExpressionInfo object that evaluates to the variant of the digit format to use.

Remarks

Currently defined values are:

Value Description
1 Default, follow Unicode context rules
2 0123456789
3 Traditional digits for the script as defined in GDI+. Currently supports: 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also