SSRSHelperCreateApplication Method |
Create an application context object for use with SSRS.
Namespace:
NetQuarry.Reporting
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected IAppContext CreateApplication(
string appKey,
string userID,
string logInfo
)
Protected Function CreateApplication (
appKey As String,
userID As String,
logInfo As String
) As IAppContext
Parameters
- appKey
- Type: SystemString
The application key. - userID
- Type: SystemString
The user ID. - logInfo
- Type: SystemString
Additional information to be logged to the DevLog.
Return Value
Type:
IAppContextThe newly created application context object initialized for the specified application and user.
See Also