???ReportClient.RemoveLookup Method
Click or drag to resize
ReportClientRemoveLookup Method
Remove 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 RemoveLookup(
	string tableURI,
	string columnName,
	Dictionary<string, string> config
)

Parameters

tableURI
Type:??SystemString
The table URI.
columnName
Type:??SystemString
Name of the column.
config
Type:??System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also