Gets or sets the primary language of the text.

Default is null in which case the Language property of the C1RdlReport will be used.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlString Language { get; set; }
Visual Basic
Public Property Language As RdlString
	Get
	Set

See Also