object.AddColumn cName[, cWidth = 50[, cAlign = 0[, cAuto = true[, cType = 1]]]]
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the ISReportList interface |
|
cName |
In, Required | string |
|
cWidth |
In, Optional Default value is 50 |
int |
|
cAlign |
In, Optional Default value is 0 |
int |
|
cAuto |
In, Optional Default value is true |
bool |
|
cType |
In, Optional Default value is 1 |