Hello,
I'm currently using the reporting feature of the 2010.3 release, now I have to switch to the 2011.2 release.
How can I get the same functionality I had until now with this code (with little effort):
Report chartReport = new Report(); EmbeddedVisualReportSection chartSection = new EmbeddedVisualReportSection(printGrid); chartReport.Sections.Add(chartSection); chartReport.ReportSettings.PageOrientation = PageOrientation.Landscape; chartReport.ShowPrintDialog();
Now I've renewed my subscription, so could please anyone help me?
Hi Mathias,
I appologize in advance if I misunderstood, but I believe you're using the reporting mechanism that we have in our WPF LoB package. If that's the case after upgrading from 10.3 to 11.2 the code you posted above should be working without amendments.
Could you, please, provide some more information on what problem you're experiencing?
Thanks.
Hi,
thank you for your answer. I solved my problem, it was my bad. I tried to find the classes in the reporting package instead the default WPF package.
Mathias