Click or drag to resize

IStiGlobalizationProviderSetString Method

Sets localized string to specified property name.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
void SetString(
	string propertyName,
	string value
)

Parameters

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:Stimulsoft.Report.IStiGlobalizationProvider.SetString(System.String,System.String)"]

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.IStiGlobalizationProvider.SetString(System.String,System.String)"]

See Also