Click or drag to resize

docScriptAppendComment Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
On HTML/XML builder adds invisible comment tag, on Table builder it adds comment to the current cell, on Document builder it adds pop-up comment on aplicable way

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public Object AppendComment(
	string content
)
Request Example View Source

Parameters

content
Type: SystemString
Text content for the paragraph

Return Value

Type: Object

Implements

ITextAppendContentAppendComment(String)
See Also