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

How to display Telerik.reporting.report in reportviewer

1 Answer 120 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Covertix
Top achievements
Rank 1
Covertix asked on 14 Jul 2014, 01:46 PM
Hi,

I just updated my telerik version to 2014.
I had this code:

ReportViewer1.Report = report; (report is Telerik.Reoporting.Report object).
But I get an error that ReportViewer1.Report is obsolete.

What should I do in order to display "Telerik.Reporting.Report" item inside report viewer as I did in the past?


1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 17 Jul 2014, 12:22 PM
Hello Tzach,

The ReportViewer.Report property is obsolete as of Q2 2012, now you need to use the ReportSource object of the viewer. More details are available in the How to migrate your project to utilize the new ReportSource objects blog post.

You can also check our local examples installed by default C:\Program Files (x86)\Telerik\Reporting Q2 2014\Examples.


Let us know if you have any further questions.

Regards,
Stef
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

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