Click or drag to resize

StiBaseStyleLoadFromString Method

Loads the style from the string.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void LoadFromString(
	string styleStr
)

Parameters

styleStr
Type: SystemString
The string which contains the style.
See Also