Can we combine multiple rows into single row in telerik??
I have report in which i have 15 sub sections.In which one of sub section is PatientData.
I have placed table for each section and assigned corresponding datasources to each table.
Eg: tablePatientData -- PatientDataSource
tablePatientDetails-- PatientDetailsDatasource
For eg: I have a requirement like from DB Patient information was returned in 4 rows.
PatientId PatientData
1 Test1
2 Test2
3 Test3
4 Test4
In UI i need to display it as below
Patient Data Heading
-------------------------------------------------------------
Test1,Test2,Test3,Test4
I need the information on how can we acheive this in Telerik reporting??
I have report in which i have 15 sub sections.In which one of sub section is PatientData.
I have placed table for each section and assigned corresponding datasources to each table.
Eg: tablePatientData -- PatientDataSource
tablePatientDetails-- PatientDetailsDatasource
For eg: I have a requirement like from DB Patient information was returned in 4 rows.
PatientId PatientData
1 Test1
2 Test2
3 Test3
4 Test4
In UI i need to display it as below
Patient Data Heading
-------------------------------------------------------------
Test1,Test2,Test3,Test4
I need the information on how can we acheive this in Telerik reporting??