I am binding my chart data source to a List<ComplexType> from an ObjectDataSource project data source. It is creating a separate report page for each member of the List data source
What configuration change do I need to make to get all of the List members to be displayed on a single report?
3 Answers, 1 is accepted
0
Peter
Telerik team
answered on 13 Nov 2012, 11:35 AM
Hello Michael,
Do you data bind the report to ObjectDataSource component and data bind a chart item with binding? If this is the case it's expected that the report will be paged according to the following help article. As elaborated in the referenced help article in interactive view report items will be kept on one page. Thus if you want to have one continuous page our suggestion is instead of data binding the report to data bind a table/list item to the ObjectDataSource and nest the chart item within the table item.
All the best,
Peter
the Telerik team
HAPPY WITH TELERIK REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!
In all of my previous reports, I data bind a chart item to a property that contains a List<ComplexType> in the report object data source.
0
Peter
Telerik team
answered on 06 Dec 2012, 11:18 AM
Hi Michael,
If you want to have one continuous page our suggestion is instead of data binding the report to data bind a table/list item to the ObjectDataSource and nest the chart item within the table item.
Greetings,
Peter
the Telerik team
HAPPY WITH TELERIK REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!