This is a migrated thread and some comments may be shown as answers.

data to separate with a comma

1 Answer 219 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Ase
Top achievements
Rank 1
Ase asked on 30 Oct 2014, 11:21 AM
Hi,

I am creating a standalone report that gets data from my datasource. But when I generate my report it will display the data in one column that occupy a lot of space (see attached file)

Ex:

00001
00002
00003
00004
00005

Is there a way where the data can be displayed in  a row separated by a comma? Ex: 00001,00002,00003,00004....

Thanks

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 04 Nov 2014, 12:21 PM
Hello Ase,

Depending on the data scope, you can use the built-in functions as Sum  on string fields or Join on a field representing collection property.

Other approach is to use user function where the passed argument will be a collection property or the data item's DataSource (ReportItem.DataObject) or the data is retrieved in the function.


I hope the above information is helpful.

Regards,
Stef
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Report Designer (standalone)
Asked by
Ase
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or