Click or drag to resize

docScripti_load Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Load content into page/document. Inner append is performed for each line

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public docScriptInstruction i_load(
	appendType innerAppend,
	string path,
	reportOutputFormatName format
)
Request Example View Source

Parameters

innerAppend
Type: imbSCI.Data.enums.appendsappendType
Way loaded content should be appended: [!:imbSCI.Cores.enums.appendType.i_document], [!:imbSCI.Cores.enums.appendType.i_page], and any other append for each line>:[!:imbSCI.Cores.enums.appendType]
path
Type: SystemString
The path.
format
Type: imbSCI.Core.reporting.formatreportOutputFormatName
The format.

Return Value

Type: docScriptInstruction
See Also