Click or drag to resize

recordVsReportRegistryBaseregister Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Registers the specified kind.

Namespace:  imbSCI.Reporting.links.reportRegistry
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public virtual void register(
	reportRegistryEnum kind,
	string needle,
	IMetaContentNested content
)
Request Example View Source

Parameters

kind
Type: imbSCI.Reporting.links.reportRegistryreportRegistryEnum
The kind.
needle
Type: SystemString
The needle.
content
Type: imbSCI.Core.interfacesIMetaContentNested
The content.
See Also