Click or drag to resize

reportLink Constructor (String, String, reportingRegistryQuery)

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,
	reportingRegistryQuery __query
)
Request Example View Source

Parameters

__title
Type: SystemString
The title.
__description
Type: SystemString
The description.
__query
Type: imbSCI.Reporting.links.reportRegistryreportingRegistryQuery
The query.
See Also