ActiveReports 12
Language Property (Report)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : Language Property

Gets or sets the primary language of the text.

Syntax
'Declaration
 
Public Property Language As ExpressionInfo
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

Reference

Report Class
Report Members