I need to combine content of databand in one line separated by comma.
is there any implementation in Stimulsoft Reports.Fx for
Code: Select all
{Func.EngineHelper.JoinColumnContent(DataSourceName, "ColumnName", delimiter)}
Best regards
Code: Select all
{Func.EngineHelper.JoinColumnContent(DataSourceName, "ColumnName", delimiter)}
Code: Select all
Func.EngineHelper.JoinColumnContent(dataSource: StiDataSource, columnName: String, delimiter: String)