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
)
Public Function GetDetailURL (
mop As String,
pk As String
) As String
Parameters
- mop
- Type: SystemString
The MOP. - pk
- Type: SystemString
The item's primary key.
Return Value
Type:
StringThe link.
See Also