Click or drag to resize

builderForStyleAppendList Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders list and sublists

Namespace:  imbSCI.Core.reporting.render.builders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public override void AppendList(
	IEnumerable<Object> content,
	bool isOrderedList = false
)
Request Example View Source

Parameters

content
Type: System.Collections.GenericIEnumerableObject
isOrderedList (Optional)
Type: SystemBoolean

Implements

ITextAppendContentAppendList(IEnumerableObject, Boolean)
See Also