Click or drag to resize

StiVariablesCollectionAdd Method (String, String, String, Object)

[Missing <summary> documentation for "M:Stimulsoft.Report.Dictionary.StiVariablesCollection.Add(System.String,System.String,System.String,System.Object)"]

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void Add(
	string category,
	string name,
	string alias,
	Object value
)

Parameters

category
Type: SystemString

[Missing <param name="category"/> documentation for "M:Stimulsoft.Report.Dictionary.StiVariablesCollection.Add(System.String,System.String,System.String,System.Object)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Stimulsoft.Report.Dictionary.StiVariablesCollection.Add(System.String,System.String,System.String,System.Object)"]

alias
Type: SystemString

[Missing <param name="alias"/> documentation for "M:Stimulsoft.Report.Dictionary.StiVariablesCollection.Add(System.String,System.String,System.String,System.Object)"]

value
Type: SystemObject

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

See Also