Click or drag to resize

reportLinkCollection Constructor (String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the reportLinkCollection class. Creates main group with specified name and secription

Namespace:  imbSCI.Reporting.links
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public reportLinkCollection(
	string mainGroupName,
	string mainGroupDesc
)
Request Example View Source

Parameters

mainGroupName
Type: SystemString
Name of the main group.
mainGroupDesc
Type: SystemString
The main group desc.
See Also