Click or drag to resize
CollectionReportAddColumn Method
增加列定义。

列定义应该遵循数据字段的命名规范。

支持链式操作。

Namespace: Appkit.Components
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public CollectionReport AddColumn(
	params string[] cols
)

Parameters

cols
Type: SystemString

Return Value

Type: CollectionReport
当前对象。
See Also