Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1285
Cannot find report file
posted

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

 

Parents
No Data
Reply
  • 12004
    posted

    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.

Children
No Data