Click or drag to resize

builderForHtmlAppendPanel 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 override void AppendPanel(
	string content,
	string comp_heading = "",
	string comp_description = "",
	Object comp_style = null
)
Request Example View Source

Parameters

content
Type: SystemString
comp_heading (Optional)
Type: SystemString
comp_description (Optional)
Type: SystemString
comp_style (Optional)
Type: SystemObject

Implements

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