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

Report does not Show

1 Answer 65 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vuyiswa
Top achievements
Rank 2
Vuyiswa asked on 05 Jul 2011, 06:27 AM
Good Day All

i have always had a report that is working. i might have play with it around a bit. i can access the url

http://myserver:1111/myapp/ReportService.svc


and it working, but my report viewer is showing me a white line not a report.

I have attached the screenshot and the xaml looks like this


<my:ReportViewer Height="285" HorizontalAlignment="Right" Margin="0,-5,102,0" Name="reportViewer1" Report="ReportLibrarydev.ReportLibrary,ReportLibrarydev" ReportServiceUri="http://myserver:1111/myapp/ReportService.svc" VerticalAlignment="Top" Width="480" ZoomPercent="50" />


thanks


1 Answer, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 05 Jul 2011, 08:46 AM
Hello Vuyiswa,

The report viewer declaration looks correct and the same properties used in our Silverlight demo works correctly. So the problem is most likely related to either the report or the service.
You already have a sample at your disposal - the Visual Studio examples we install along with the product. You can use the Silverlight application and compare the differences or simply restore your project to previous working state and investigate which change causes the problem. Without further information on this we can only guess what is the culprit.

Greetings,
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
Vuyiswa
Top achievements
Rank 2
Answers by
Steve
Telerik team
Share this question
or