Click or drag to resize

docScriptAppendPlaceholder 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.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public 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

Implements

ITextAppendContentAppendPlaceholder(Object, Boolean)
See Also