Click or drag to resize

StiVariablesCollectionAdd Method (String, String, String, Object, Boolean)

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

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,
	bool readOnly
)

Parameters

category
Type: SystemString

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

name
Type: SystemString

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

alias
Type: SystemString

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

value
Type: SystemObject

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

readOnly
Type: SystemBoolean

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

See Also