Language Property (ReportDesigner)
In This Topic
Gets or sets the language to use for the Designer.
Syntax
'Declaration
Public Property Language As String
public string Language {get; set;}
Property Value
A
System.String representing the language code (e.g., "en", "ja").
See Also