Click or drag to resize
ReportClientShowColumn Method
Show the hidden columns in the table

Namespace: ZReports
Assembly: ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Dictionary<string, Dictionary<string, string>> ShowColumn(
	string tableURI,
	string[] columnNames,
	Dictionary<string, string> config
)

Parameters

tableURI
Type: SystemString
The table URI
columnNames
Type: SystemString
Array of column names
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type: DictionaryString, DictionaryString, String
Column status
See Also