Click or drag to resize

docScriptAppendPanel Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates panel with content and (optionally) with comp_heading and comp_description as footer.

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public void AppendPanel(
	string content,
	string comp_heading = "",
	string comp_description = "",
	Object comp_style = null
)
Request Example View Source

Parameters

content
Type: SystemString
String content to place inside the panel
comp_heading (Optional)
Type: SystemString
The heading for the panel. If blank panel will have no heading
comp_description (Optional)
Type: SystemString
Description to be placed at bottom of the panel
comp_style (Optional)
Type: SystemObject
Special style tag, class, definition.

Implements

ITextAppendContentAppendPanel(String, String, String, Object)
See Also