Click or drag to resize

ReportHyperlink.ResolveHyperlink Method

Resolve a hyperlink.

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

Parameters

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

Return Value

Type: String
The resolved link.
See Also