Click or drag to resize

reportLinkCollectionAddGroup Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the group.

Namespace:  imbSCI.Reporting.links
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public reportInPackageGroup AddGroup(
	string title,
	string description,
	int __priority = -1
)
Request Example View Source

Parameters

title
Type: SystemString
The title.
description
Type: SystemString
The description.
__priority (Optional)
Type: SystemInt32

Return Value

Type: reportInPackageGroup
See Also