Click or drag to resize

FuncEngineHelperJoinColumnContent Method (StiDataSource, String, String, Boolean)

Method writes all the values of the datasource column through the separator as a string.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string JoinColumnContent(
	StiDataSource dataSource,
	string columnName,
	string delimiter,
	bool distinct = false
)

Parameters

dataSource
Type: Stimulsoft.Report.DictionaryStiDataSource
DataSource.
columnName
Type: SystemString
Column name.
delimiter
Type: SystemString
Delimiter string.
distinct (Optional)
Type: SystemBoolean

[Missing <param name="distinct"/> documentation for "M:Stimulsoft.Report.Func.EngineHelper.JoinColumnContent(Stimulsoft.Report.Dictionary.StiDataSource,System.String,System.String,System.Boolean)"]

Return Value

Type: String
Resulting string.
See Also