Click or drag to resize

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
)

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: IAppContext
The newly created application context object initialized for the specified application and user.
See Also