Click or drag to resize

ITextAppendContentAppendPlaceholder Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends string with template placeholder tag {{{ }}} / creates field to call custom property --> for document builder: introduces custom parameter and field

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
void AppendPlaceholder(
	Object fieldName,
	bool breakLine = false
)
Request Example View Source

Parameters

fieldName
Type: SystemObject
String, enum what ever
breakLine (Optional)
Type: SystemBoolean
on TRUE it is new line call, on FALSE its inline call
See Also