Click or drag to resize

ReportVocab Constructor

Creates a new ReportVocab and initializes the contents.

Namespace:  NetQuarry.Reporting
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ReportVocab(
	string appKey,
	string userID
)

Parameters

appKey
Type: SystemString
The application key.
userID
Type: SystemString
The user id for security purposes
See Also