Click or drag to resize

metaExternalBlock Constructor (ITextRender, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the metaExternalBlock class

Namespace:  imbSCI.Reporting.meta.blocks
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public metaExternalBlock(
	ITextRender __includeTextBuilder,
	string __title,
	string undertitle
)
Request Example View Source

Parameters

__includeTextBuilder
Type: imbSCI.Core.reporting.renderITextRender
__title
Type: SystemString
undertitle
Type: SystemString
See Also