ActiveReports Developer 7
Language Property
See Also 
GrapeCity.ActiveReports.v7 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.

See Also