LocaleUri Property (ReportViewer)
In This Topic
Gets or sets the URL of the file containing the localization strings.
Syntax
'Declaration
Public Property LocaleUri As String
public string LocaleUri {get; set;}
Property Value
The URL of the file as a
System.String.
See Also