Click or drag to resize

docScriptAppendPair Method (String, Object, Boolean, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders key-> value pair

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public void AppendPair(
	string key,
	Object value,
	bool breakLine = true,
	string between = " = "
)
Request Example View Source

Parameters

key
Type: SystemString
Property name or collection key
value
Type: SystemObject
ToString value
breakLine (Optional)
Type: SystemBoolean
should break line
between (Optional)
Type: SystemString

Implements

ITextAppendContentAppendPair(String, Object, Boolean, String)
See Also