Click or drag to resize

reportLink Constructor (String, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the reportLink class.

Namespace:  imbSCI.Reporting.links
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public reportLink(
	string __title,
	string __description,
	string __path
)
Request Example View Source

Parameters

__title
Type: SystemString
The title.
__description
Type: SystemString
The description.
__path
Type: SystemString
The path.
See Also