Click or drag to resize

StiBaseStyleLoadStyleFromString Method

Loads the style from the string.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static StiBaseStyle LoadStyleFromString(
	string styleStr
)

Parameters

styleStr
Type: SystemString
The string in the Base 64 format which contains the style.

Return Value

Type: StiBaseStyle

[Missing <returns> documentation for "M:Stimulsoft.Report.StiBaseStyle.LoadStyleFromString(System.String)"]

See Also