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

using table in report

1 Answer 88 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Saadettin
Top achievements
Rank 1
Saadettin asked on 27 Jan 2014, 01:55 PM
Hi. I try to create a report. I try to use table but I can not. I tried table's Need datasource event. I gave" table1.DAtaSource = list;" list contains data I control it. But I can not show datas in table.
How can I use table in report. Thanks in advance...

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 30 Jan 2014, 01:54 PM
Hello Saadettin,

It is highly recommended not to use events when designing reports. The reporting engine provides another powerful means to achieve the same functionality. For example instead of using events to accomplish your goals you can take advantage of Expressions, User Functions and Bindings.

In order to use your list with the Table item, you need an ObjectDataSource component. The whole process of setting up your table and data is simplified when you use the Table Wizard, which can be found in the Visual Studio Toolbox if you are using the Integrated Visual Studio Report Designer, or under the Insert tab in the Standalone Report Designer menu.

If you are still experiencing any issues after checking out the above materials and suggestions, please elaborate further on how you are trying to set up your table, so we can give you more specific suggestions.

Regards,
Nasko
Telerik

New HTML5/JS REPORT VIEWER with MOBILE AND TOUCH SUPPORT available in Telerik Reporting Q3 2013! Get the new Reporting version from your account or download a trial.

Tags
General Discussions
Asked by
Saadettin
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or