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

Cannot generate Quick Start tutorial report

4 Answers 166 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
bryan.wilson
Top achievements
Rank 1
bryan.wilson asked on 31 Aug 2007, 06:49 PM

I'm trying out the Telerik Reporting software.  Everytime I try to display a report that I've created I get the same error...

System.NullReferenceException: Object reference not set to an instance of an object.
at Telerik.Reporting.ImageRendering.CanvasBase.MeasureString(...)

...and the error message goes on much longer than that.

I even get this error when following the Quick Start tutorial.

Can someone help me out so I can evaluate whether or not Telerik Reporting is suitable for my project.

Thanks, Bryan

4 Answers, 1 is accepted

Sort by
0
Chavdar
Telerik team
answered on 01 Sep 2007, 08:37 AM
Hi Bryan,

Can you open a support ticket and send us the report definition that is causing the problem so that we can take a look at it locally?

Regards,
Chavdar
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Born Buckeye
Top achievements
Rank 1
answered on 04 Sep 2007, 05:33 PM
Hello,

We are experiencing the same error with the Telerik reports - was there a resolution to this issue?

Also - we are using Nolics query objects from Sitefinity as the datasource.  Does the reporting support this functionality.

Thanks!

Kevin Davis
0
bryan.wilson
Top achievements
Rank 1
answered on 05 Sep 2007, 12:11 PM

All I had to do to fix this problem was add a couple lines of code to Form1.cs after the call to InitializeComponent()...

reportViewer1.Report = (Telerik.Reporting.Report)new Report1();
reportViewer1.RefreshReport();

It's actually in the quick start tutorial.  Somehow I overlooked it though.

0
Rossen Hristov
Telerik team
answered on 05 Sep 2007, 04:40 PM
Hi,

That was a known issue and has been fixed. The new release is expected  within the next three weeks.

Sincerely yours,
Rossen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
bryan.wilson
Top achievements
Rank 1
Answers by
Chavdar
Telerik team
Born Buckeye
Top achievements
Rank 1
bryan.wilson
Top achievements
Rank 1
Rossen Hristov
Telerik team
Share this question
or