Click or drag to resize

docScriptAppendPairs Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends collection of pairs.

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public Object AppendPairs(
	PropertyCollection data,
	bool isHorizontal = false,
	string between = ""
)
Request Example View Source

Parameters

data
Type: System.DataPropertyCollection
Data to use as pair source
isHorizontal (Optional)
Type: SystemBoolean
Should output be horizontal
between (Optional)
Type: SystemString
Content to place between. If empty it will skip middle column

Return Value

Type: Object
OuterXML/String or proper DOM object of container

Implements

ITextAppendContentAppendPairs(PropertyCollection, Boolean, String)
See Also