Click or drag to resize

docScriptpairs Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Create paris table with title, footer and middle cell

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public docScriptInstruction pairs(
	string title,
	string footer,
	PropertyCollection pairs,
	string between = "=",
	int width = 3,
	bool isHorizontal = false
)
Request Example View Source

Parameters

title
Type: SystemString
The title.
footer
Type: SystemString
The footer.
pairs
Type: System.DataPropertyCollection
The pairs.
between (Optional)
Type: SystemString
The between.
width (Optional)
Type: SystemInt32
The width.
isHorizontal (Optional)
Type: SystemBoolean
if set to true [is horizontal].

Return Value

Type: docScriptInstruction
See Also