Click or drag to resize

ITextAppendContentAppendFromFile Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads content from sourcepath into renderer [if datakey is none or into data field if specified.

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
void AppendFromFile(
	string sourcepath,
	templateFieldSubcontent datakey = templateFieldSubcontent.none,
	bool isLocalSource = false
)
Request Example View Source

Parameters

sourcepath
Type: SystemString
The sourcepath.
datakey (Optional)
Type: imbSCI.Data.enums.fieldstemplateFieldSubcontent
The datakey.
isLocalSource (Optional)
Type: SystemBoolean
if set to truesourcepath is interpreted as local to context
See Also