Click or drag to resize

ReportHyperlinkGetDetailURL Method

Get the link to the item's detail record.

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

Parameters

mop
Type: SystemString
The MOP.
pk
Type: SystemString
The item's primary key.

Return Value

Type: String
The link.
See Also