Click or drag to resize

docScriptcode Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public docScriptInstruction code(
	string title,
	string footer,
	IEnumerable<string> content,
	string codetypename,
	int width = -1
)
Request Example View Source

Parameters

title
Type: SystemString
footer
Type: SystemString
content
Type: System.Collections.GenericIEnumerableString
codetypename
Type: SystemString
width (Optional)
Type: SystemInt32

Return Value

Type: docScriptInstruction
See Also