| CollectionReportAddColumn Method |
增加列定义。
列定义应该遵循数据字段的命名规范。
支持链式操作。
Namespace: Appkit.ComponentsAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic CollectionReport AddColumn(
params string[] cols
)
Parameters
- cols
- Type: SystemString
Return Value
Type:
CollectionReport当前对象。
See Also