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
1935
Reporting in Volume 2
posted

I just installed Infragistics NetAdvantage 2011 Vol. 2

 

My problem now is, that my reporting isn't working...

The error occurs in the XamReportViewer which has the following definition in my application

<ig:XamReportViewer>

<ig:XamReportViewer.RenderSettings>

<ig:ClientRenderSettings DefinitionUri="AllCalcs.igr, MultiRisk.Reporting" />

</ig:XamReportViewer.RenderSettings>

</ig:XamReportViewer>

 

I can't find any documentation of changes to the XamReportViewer.

Parents
  • 550
    posted

    Hello Christian,

    The V1 changed the format of the DefinitionUri.

    Now it looks like this:

    <AssemblyName>;component/...<path>.../<IGFile.igr>

     

    Your example should look so:

    <ig:ClientRenderSettings DefinitionUri="MultiRisk.Reporting;component/AllCalcs.igr" />

    You can always try deleting the render settings from the XAML and selecting the report again from the combobox over the viewer that is shown in the design view of your window.

     

    Hope it helps!

    regards

    Simon

Reply Children
No Data