Click or drag to resize

docScriptsection Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Section of specific column width has: title, content and footer.

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

Parameters

title
Type: SystemString
The heading - first row
footer
Type: SystemString
The footer lowest row in section structure
content
Type: System.Collections.GenericIEnumerableString
The content multiline content to render between heading and footer
width (Optional)
Type: SystemInt32
The width in columns - for -1 it will use complete zone width.

Return Value

Type: docScriptInstruction
Instruction set
See Also