Click or drag to resize

ReportClientHideColumn Method

Hide the columns in the table.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Dictionary<string, Dictionary<string, string>> HideColumn(
	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