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

Repeated Row In Preview / Empty in Execution

1 Answer 41 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
javier
Top achievements
Rank 1
javier asked on 17 Jul 2013, 10:27 AM
Hello there,

I have a report with one table a an object data source.
The object source is simple consuming an OData service (something like select ALL from List).
During Preview mode I can see the same item returned by the OData service twice and during execution the table is empty.
The OData Service is workig fine because is tested with LinqPad, plus I can see the same data twice during preview mode, so is nothing to do with the OData service.
The service returns two items in total.

The code to load and execute the report is simple:
            var uriReportSource =  new Telerik.Reporting.UriReportSource ();
            uriReportSource.Uri = "Reports/" + "deleteME.trdx";                        
            reportViewer1.ReportSource = uriReportSource;
            reportViewer1.DataBind();

Thanks,

1 Answer, 1 is accepted

Sort by
0
javier
Top achievements
Rank 1
answered on 18 Jul 2013, 02:35 PM
No response?
I just want to mention that I can see the two items being returned from the server side during debugging.
Is there any way to debug the client side application to check the data is receiving?
I want to discover in which part the data is lost / repeated.
I'm pretty sure is nothing to do with the OData service.

Thanks,
Tags
Report Designer (standalone)
Asked by
javier
Top achievements
Rank 1
Answers by
javier
Top achievements
Rank 1
Share this question
or