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

Problem with refreshing report

1 Answer 83 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Lasly
Top achievements
Rank 1
Lasly asked on 21 May 2010, 04:48 PM

I have a report with 2 parameters.

I am using a RepotViewer object on my page.

I set the DataSource in the NeedDataSource Event, when I refresh the report in IE8 or Opera 10.53 the report does not refresh properly.

I have to click two time to see the data in the page.

best wishes

1 Answer, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 24 May 2010, 04:57 PM
Hi Martini,

As outlined in the Using the NeedDataSource event to connect data help article, you should use the processing report object to bind the report to data in such case e.g.

(sender as Telerik.Reporting.Processing.Report).DataSource = dataSet;

More information on definition vs. processing items is available in the Understanding Events help article.

Best wishes,
Steve
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Lasly
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or