ActiveReports 8
Language Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : Language Property

Glossary Item Box

Gets or sets the primary language of the text.

Syntax

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

Property Value

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

Remarks

The default value is the server language.

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