I just installed Visual Studio 2012 Ultimate and tried to open an old WPF-Reporting-Testproject.
After some copying i got the templates working but the report designer is not available.
After selection an existing report I only see some XML, no designer.
I already tried a repair install but no effect.
Any ideas on how to use the ReportDesigner together with Visual Studio 2012 ?!
Best regards,
Bernd
Hi Bernd,
VS2012 is not supported by Reporting 12.1 since it was released quite before VS RTM. The team aims to have 12.2 fully integrated with VS2012.
Regards,
Miguel
Hi Miguel,
so the natural question is: When will 12.2 be available ?
Hi,
sorry for that rather stupid question, but would it in VS 2012 be possible to make use of a report created in VS 2010?I don't think so really, since the VS 2012 toolbox is missing the UltraReportViewer control. But maybe there is a workaround for this issue.
Unfortunately, we cannot wait until the proposed release for VS 2012 in mid-November.
Regards
Yes, the reports created with VS10 and the viewers installed with 12.1 can be used in VS12. When you install 12.1 the viewers are only registered for VS10. You can register the viewer manually by drag and drop the Infragistics4.Win.UltraWinReportViewer.v12.1 assembly to the VS12 toolbox. After that you will be able to drag & drop the viewer to your application. There are some custom editors and adorners that will not be available in VS12, but most of it is there, so you should not have any problem using it. Also the Item Templates for adding new reports and other Reporting assets will not be available, so you will have to add reports manually. Those custom editors, the item templates and the report designer plugin will be available in in 12.2.
Best,
Leo
Today I downloaded and installed Reporting (latest release). I've restarted my PC n VS (2010 & 2012 - both Ultimate versions). I'm not able to find it in New Project template, it is displaying in Extension Manager (but with both buttons disabled).
Please let me know what to do next?
Urgent & Critical ... !
Remain Blessed
-Fazal
Hi Fazal,
There are no project templates for Reporting, only item templates. Can you try creating a WPF/Sirverlight/Winforms project and adding a new Report using the Add Item dialog?
Regards,Héctor
Wao!
That was quick.
Now, I'm able to create .igr file.
Thank you