Click or drag to resize

ReportHyperlinkGetLinkURL Method

Get the link.

Namespace:  NetQuarry.Reporting
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GetLinkURL(
	string mop,
	string pk,
	string requestType,
	string queryStringArgs
)

Parameters

mop
Type: SystemString
The MOP.
pk
Type: SystemString
The item's primary key.
requestType
Type: SystemString
The type of request, "nav" will be used if not otherwise specified.
queryStringArgs
Type: SystemString
Additional query string arguments, optional.

Return Value

Type: String
The link.
See Also