3 Answers, 1 is accepted
0
Hi Alois,
This requirement can be achieved in the two ways which are demonstrated in the attached report. It contains a CsvDataSource with Country, City and Population columns. For each country, the cites and the population will be displayed. Below the two methods are explained:
1) Through Data Binding (demonstrated in the upper tables). After the table is created, from the Properties grid -> Data ->click on Bindings and set it as follows:
Property path: DataSource
Expression: =ReportItem.DataObject.
Then remove the datasource. Note, that this is the recommended way.
2) Through Filtering of the table: add a Filter from the Properties grid to the table as follows:
Expression: =Fields.Country
Operator: =
Value: =ReportItem.DataObject.COUNTRY
Please let me know if you have any additional questions.
Regards,
Neli
Progress Telerik
This requirement can be achieved in the two ways which are demonstrated in the attached report. It contains a CsvDataSource with Country, City and Population columns. For each country, the cites and the population will be displayed. Below the two methods are explained:
1) Through Data Binding (demonstrated in the upper tables). After the table is created, from the Properties grid -> Data ->click on Bindings and set it as follows:
Property path: DataSource
Expression: =ReportItem.DataObject.
Then remove the datasource. Note, that this is the recommended way.
2) Through Filtering of the table: add a Filter from the Properties grid to the table as follows:
Expression: =Fields.Country
Operator: =
Value: =ReportItem.DataObject.COUNTRY
Please let me know if you have any additional questions.
Regards,
Neli
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
0
Alois
Top achievements
Rank 1
answered on 01 May 2019, 05:23 PM
Hello Neli,
that sounds great.
Where can I find the attached report sammple?
Alois
0
Hi Alois,
Please, find the attached file.
Regards,
Neli
Progress Telerik
Please, find the attached file.
Regards,
Neli
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items