Click or drag to resize

builderForStyleaddDocument Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.reporting.render.builders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public Object addDocument(
	string name,
	bool scopeToNew = true,
	getWritableFileMode mode = getWritableFileMode.autoRenameExistingOnOtherDate,
	reportOutputFormatName format = reportOutputFormatName.none
)
Request Example View Source

Parameters

name
Type: SystemString
scopeToNew (Optional)
Type: SystemBoolean
mode (Optional)
Type: imbSCI.Data.enumsgetWritableFileMode
format (Optional)
Type: imbSCI.Core.reporting.formatreportOutputFormatName

Return Value

Type: Object

Implements

ITextRenderaddDocument(String, Boolean, getWritableFileMode, reportOutputFormatName)
See Also