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
)
Public Function GetLinkURL (
mop As String,
pk As String,
requestType As String,
queryStringArgs As String
) As String
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:
StringThe link.
See Also