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
)
Public Overridable Sub LoadFromString (
styleStr As String
)
Parameters
- styleStr
- Type: SystemString
The string which contains the style.
See Also