Click or drag to resize

builderForTextaddPage 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 addPage(
	string name,
	bool scopeToNew = true,
	getWritableFileMode mode = getWritableFileMode.autoRenameThis,
	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

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