Click or drag to resize

ITextAppendContentAppendList Method

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

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
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
Remarks
In Document builders isOrderedList has isHorizontal role
See Also