Click or drag to resize

reportLinkRegistryItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the reportLinkCollection with the specified key.

Namespace:  imbSCI.Reporting.links
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public reportLinkCollection this[
	string key
] { get; }
Request Example View Source

Parameters

key
Type: SystemString
The key.

Property Value

Type: reportLinkCollection
The reportLinkCollection.

Return Value

Type: reportLinkCollection
See Also