Click or drag to resize

reportTemplatePlaceholderCollectionapplyToContent Method (Object, String, String, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Reads properties from object and maps them to template

Namespace:  imbSCI.Core.reporting.template
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public string applyToContent(
	Object source,
	string mContent,
	string fieldPrefix = "main_",
	bool autoRemove = false
)
Request Example View Source

Parameters

source
Type: SystemObject
mContent
Type: SystemString
fieldPrefix (Optional)
Type: SystemString
autoRemove (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also