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

Glossary Item Box

Gets or sets the digit format to use as described by its primary language. Any language is legal.

Syntax

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

Property Value

A language ExpressionInfo object that evaluates to a language value which complies with the Internet Engineering Task Force (IETF) RFC1766 specification.

Remarks

The Language property is used by default.

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