Page 1 of 1

Join databand content in a csv line

Posted: Mon Feb 18, 2013 10:53 am
by Chipo
Hi,

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)}
like in Stimulsoft Reports.Wpf

Best regards

Re: Join databand content in a csv line

Posted: Tue Feb 19, 2013 6:35 am
by HighAley
Hello.

We need some time to deliberate the implementation possibility of this feature.

Thank you.

Re: Join databand content in a csv line

Posted: Thu Mar 14, 2013 10:47 am
by HighAley
Hello.

We have added this function.

Code: Select all

Func.EngineHelper.JoinColumnContent(dataSource: StiDataSource, columnName: String, delimiter: String)
It will be available in our release.

Thank you.