Click or drag to resize

StiStatesManagerPush Method

Saves the specified object state.

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

Parameters

stateName
Type: SystemString

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

obj
Type: SystemObject

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

property
Type: SystemString

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

value
Type: SystemObject

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

See Also