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

Bind a standard list to a report

1 Answer 102 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 28 Jun 2018, 07:04 PM
I am little confused as to how reporitng source works I just need to be able to bind this list to the the report and was wondering how I might do this.
List<QCObject> list = new List<QCObject>();
 list.Add(obj);

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 03 Jul 2018, 11:17 AM
Hello David,

You can use an ObjectDataSource component.
I suggest to check our demo ListBoundReport that can be found in the ReportLibrary project->DataBinding folder of our examples that come with the installation of Telerik Reporting. The default folder of our examples is (Telerik Reporting installation folder)\Examples\CSharp or VB (for example C:\Program Files (x86)\Progress\Telerik Reporting R2 2018\Examples\CSharp).
Comprehensive examples are available also in the How to: Bind to a BusinessObject help article.

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
Tags
General Discussions
Asked by
David
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or