Click or drag to resize

builderSelectorAdd Method (ITextRender, reportOutputFormatName)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified new builder to particular output format

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void Add(
	ITextRender newBuilder,
	reportOutputFormatName fn
)
Request Example View Source

Parameters

newBuilder
Type: imbSCI.Core.reporting.renderITextRender
The new builder.
fn
Type: imbSCI.Core.reporting.formatreportOutputFormatName
The function.
See Also