ReportHyperlinkGetPageURL Method |
Gets the page URL for the specified Module!Page (MOP).
Namespace:
NetQuarry.Reporting
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GetPageURL(
string mop
)
Public Function GetPageURL (
mop As String
) As String
Parameters
- mop
- Type: SystemString
The Module!Page (MOP) in question.
Return Value
Type:
StringThe resolved hyperlink for the MOP.
See Also