I have been trying to set up a simple Silverlight reporting application based on your DisplyingReportInCode WPF sample.
I have placed the report file Report1.igr into the root folder of the Silverlight app and from the Report Viewer have selected the report. The XAML is as follows:
<ig:XamReportViewer Name="xamReportViewer1"> <ig:XamReportViewer.RenderSettings> <ig:ClientRenderSettings DefinitionUri="/Report1.igr" /> </ig:XamReportViewer.RenderSettings> </ig:XamReportViewer>
However when I run the report I get an error stating 'Infragistics.Reports.Engine.ReportLoaderException: Could not find report definition /Report1.igr.'
I have tried setting the ClientRenderSettings in code but can never seem to set the URI relative path.
Can you help please?
Thanks
Andrew
Hello ahunot,
This is just a follow up on the thread if you have any questions in regards to referencing a report using client side rendering or if you require any further assistance with the NetAdvantage product.
Let me know if you have any questions with this matter. Thank you.