 | imbStringBuilderBaseAppendPanel Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates panel with content and (optionally) with comp_heading and comp_description as footer.
Namespace:
imbSCI.Core.reporting.render.core
Assembly:
imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntaxpublic abstract void AppendPanel(
string content,
string comp_heading = "",
string comp_description = "",
Object comp_style = null
)
Request Example
View SourceParameters
- 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.
Exceptions
See Also