Click or drag to resize

StiStatesManagerPushInt64 Method

[Missing <summary> documentation for "M:Stimulsoft.Report.StiStatesManager.PushInt64(System.String,System.Object,System.String,System.Int64)"]

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

Parameters

stateName
Type: SystemString

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

obj
Type: SystemObject

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

property
Type: SystemString

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

value
Type: SystemInt64

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

See Also