ReportHyperlink Constructor |
Standard constructor.
Namespace:
NetQuarry.Reporting
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public ReportHyperlink(
string appKey,
string userID
)
Public Sub New (
appKey As String,
userID As String
)
Parameters
- appKey
- Type: SystemString
The application key. - userID
- Type: SystemString
The user ID.
See Also