Join databand content in a csv line

Stimulsoft Reports.Flex discussion
Locked
User avatar
Chipo
Posts: 44
Joined: Thu Sep 13, 2012 4:09 am
Location: Sydney, Australia

Join databand content in a csv line

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Join databand content in a csv line

Post by HighAley »

Hello.

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

Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Join databand content in a csv line

Post 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.
Locked