LocaleData Property (ReportViewer)
In This Topic
Gets or sets the JSON containing the localization strings.
Syntax
'Declaration
Public Property LocaleData As String
public string LocaleData {get; set;}
Property Value
A JSON string representing the localization data.
See Also