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
thanks
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