Click or drag to resize
ReportClientAddLookup Method
Add the lookup for the given column.

Namespace: ZReports
Assembly: ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AddLookup(
	string tableURI,
	string columnName,
	string referedTable,
	string referedColumn,
	string onError,
	Dictionary<string, string> config
)

Parameters

tableURI
Type: SystemString
The table URI.
columnName
Type: SystemString
Name of the column (Child column).
referedTable
Type: SystemString
Name of the referred table (parent table).
referedColumn
Type: SystemString
Name of the referred column (parent column).
onError
Type: SystemString
This parameter controls the action to be taken incase there is an error during lookup.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also