Click or drag to resize

imbStringBuilderBaseAppendDirect Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Direct content injection, bypassing all internal transformations by class implementing ITextRender

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public virtual void AppendDirect(
	string content
)
Request Example View Source

Parameters

content
Type: SystemString
The content.
See Also