Click or drag to resize

docScriptAppendList Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders IEnumerable that may contain other IEnumerables

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public void AppendList(
	IEnumerable<Object> content,
	bool isOrderedList = false
)
Request Example View Source

Parameters

content
Type: System.Collections.GenericIEnumerableObject
Collection with objects and/or subcollections
isOrderedList (Optional)
Type: SystemBoolean
On TRUE it will be ordered list with number, FALSE will create button list

Implements

ITextAppendContentAppendList(IEnumerableObject, Boolean)
Remarks
In Document builders isOrderedList has isHorizontal role
See Also