ReportClientAddColumn Method |
Adds a column to the specified table identified by the URI.
Namespace:??
ZReportsAssembly:??ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void AddColumn(
string tableURI,
string ColumnName,
string DataType,
bool HideColumn,
bool SkipSystemTableCheck,
Dictionary<string, string> config
)
Parameters
- tableURI
- Type:??SystemString
The table URI. - ColumnName
- Type:??SystemString
Name of the column. - DataType
- Type:??SystemString
Type of the data. - HideColumn
- Type:??SystemBoolean
if set to true [hide column]. - SkipSystemTableCheck
- Type:??SystemBoolean
if set to true [skip system table check]. - config
- Type:??System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also