Language Property (Report)
Gets or sets the primary language of the text localization.
Property Value
An
GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to a language value which complies with the Internet Engineering Task Force (IETF) RFC1766 specification.
Report report = new Report();
report.Language = ExpressionInfo.FromString("en-US");