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

after deply getting problem in telerik report in silverlight

3 Answers 56 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Reena
Top achievements
Rank 1
Reena asked on 17 Feb 2011, 10:41 AM
System.NullReferenceException: Object reference not set to an instance of an object.
   at Telerik.ReportViewer.Silverlight.ReportViewerModel.UpdateUI()
   at Telerik.ReportViewer.Silverlight.ReportViewerModel.set_PageRoot(FrameworkElement value)
   at Telerik.ReportViewer.Silverlight.ReportViewerModel.SetError(String message)
   at Telerik.ReportViewer.Silverlight.ReportViewerModel.SetError(Exception ex)
   at Telerik.ReportViewer.Silverlight.ReportViewerModel.OnListRenderingExtensionsCompleted(Object sender, ListRenderingExtensionsEventArgs e)
   at Telerik.Reporting.Service.SilverlightClient.ReportServiceClient.OnListRenderingExtensionsCompleted(Object state)

This msg is coming in my client machine.. after deploying


I kept whole folder which working fine in my system

But getting this error when placed in client machine..

Pls reply

Reena

3 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 21 Feb 2011, 05:03 PM
Hello Reena,

The only reason we can think of is if you have changed the report viewer template and it is corrupted. If that is the case, please use the default template or re-edit it in Blend, making sure it is correct.
Also please review the following articles that elaborate on proper deployment:

Regards,
Steve
the Telerik team
0
Reena
Top achievements
Rank 1
answered on 01 Mar 2011, 03:25 PM
In my Main Report iam using subreports and used conditonal format in that

conditonalformat is working fine but iam getting gaps in between the reports

means height issues are coming...

How to solve

Pls help me..


Reena
0
Steve
Telerik team
answered on 02 Mar 2011, 04:27 PM
Hello Reena,

Container items (sections and Panel report item) cannot shrink automatically. That is why, you can manually set the Height of the section/item to a very small value in the report constructor right after the InitializeComponent() method. This would make sure that the report grows only as much as necessary whenever you hide items.

Kind regards,
Steve
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
General Discussions
Asked by
Reena
Top achievements
Rank 1
Answers by
Steve
Telerik team
Reena
Top achievements
Rank 1
Share this question
or