Click or drag to resize

StiStatesManagerPushDecimal Method

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

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

Parameters

stateName
Type: SystemString

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

obj
Type: SystemObject

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

property
Type: SystemString

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

value
Type: SystemDecimal

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

See Also