Click or drag to resize

stringTemplateConverterCollectionGetContainerOpen Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the opening line for the container.

Namespace:  imbSCI.Core.reporting.template
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public string GetContainerOpen(
	Object templateKey,
	PropertyCollection valuesForOpenTag = null
)
Request Example View Source

Parameters

templateKey
Type: SystemObject
The template key.
valuesForOpenTag (Optional)
Type: System.DataPropertyCollection
The values for open tag.

Return Value

Type: String
See Also