Click or drag to resize

docScriptlist Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Lists the specified title.

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

Parameters

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

Return Value

Type: docScriptInstruction
See Also