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.
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
In addition to Simon's response here is a link (to documentation) that explains how to reference reports in NA 2011.2 (How to Reference Reports).
Regards,
Miguel.