Click or drag to resize

StiStatesManagerPushBool Method

Saves the specified object state.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void PushBool(
	string stateName,
	Object obj,
	string property,
	bool value
)

Parameters

stateName
Type: SystemString

[Missing <param name="stateName"/> documentation for "M:Stimulsoft.Report.StiStatesManager.PushBool(System.String,System.Object,System.String,System.Boolean)"]

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:Stimulsoft.Report.StiStatesManager.PushBool(System.String,System.Object,System.String,System.Boolean)"]

property
Type: SystemString

[Missing <param name="property"/> documentation for "M:Stimulsoft.Report.StiStatesManager.PushBool(System.String,System.Object,System.String,System.Boolean)"]

value
Type: SystemBoolean

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.StiStatesManager.PushBool(System.String,System.Object,System.String,System.Boolean)"]

See Also