Click or drag to resize
CollectionReportAddData Method (String)
增加报表行数据。

支持链式操作。

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

Parameters

data
Type: SystemString
报表行数据。

Return Value

Type: CollectionReport
当前对象。
See Also