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

Load TextFile to Report

2 Answers 139 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Dondon
Top achievements
Rank 1
Dondon asked on 02 Nov 2017, 09:40 AM

Hi,

Is it possible to load data from a text file to the telerik report?

Currently we have an external source of data coming from a text file. it is already formatted the way client wants to display on their end.

What we want to do is, we load the entire data to the telerik report without doing much data formatting and layout adjustment.

Is this possible on telerik reporting by setting the datasource to the textfile?

Thanks,

2 Answers, 1 is accepted

Sort by
0
Accepted
Todor
Telerik team
answered on 07 Nov 2017, 06:29 AM
Hello Dondon,

You could consider using a CsvDataSource, as explained in this help article.

If the text file provided by your clients is not suitable to be used as a CSV Source, you could use an ObjectDataSource. In this case it would be necessary to fetch the data from the text file, map it to a suitable data model, and assign the DataSource and DataMember property of the ObjectDataSource accordingly, as explained in this collection of articles.

Regards,
Todor
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
Dondon
Top achievements
Rank 1
answered on 09 Nov 2017, 01:30 AM

Will check and do this. thanks!

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