Click or drag to resize

ITextAppendContentAppendPairs Method

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

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
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
See Also