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

Report displays no data until Report refresh button is clicked.

2 Answers 163 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
thelostleaf
Top achievements
Rank 2
thelostleaf asked on 22 Jun 2020, 08:48 PM
Just upgraded Reporting from 12.2.18.1129 > 14.1.20.618 and now in reporting, the report runs and upon rendering shows no data only 1 blank row. After pressing the Report Refresh button all data displays properly.

2 Answers, 1 is accepted

Sort by
0
thelostleaf
Top achievements
Rank 2
answered on 24 Jun 2020, 08:32 PM

Telerik.Reporting.Processing.Report report = (Telerik.Reporting.Processing.Report)sender;

Needs to be added to the OnNeedDataSource method rather than using this.DataSource =  "Your Data Source Object"

It works when using report.DataSource = "Your Data Source Object"

0
Neli
Telerik team
answered on 25 Jun 2020, 12:59 PM

Hello Eric,

I suspect that the issue is related to the behavior described in Changes on items in report events are not applied KB article. Note that we don't recommend the usage of report events.  You may test using Bindings or Conditional Formatting.

Regards,
Neli
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
General Discussions
Asked by
thelostleaf
Top achievements
Rank 2
Answers by
thelostleaf
Top achievements
Rank 2
Neli
Telerik team
Share this question
or