Hi
How to show a report in a windows forms application ? I did not found a sample, but I found the following on your website: " You will then be able to host the report viewer in WPF, Silverlight, Windows Forms or ASP.NET applications."
It would be nice to have a sample how I can do it.
Thanks
Michael
Hi,
Reporting CTP includes just the XAML Viewers. You can use them in the context of WinForm using ElementHost (Windows Form Integration). In the case of ASP.NET you will need to host the Silverlight viewer. Right now there is a bug that doesn’t allow you to host the XamReportViewer inside the ElementHost.
We will provide documentation explaining how both scenarios work.
Thanks,Leo
How do i run the report from an ASP.NET page.
I created a sample report in my ASP.net web app ..created a report project class. Now I would like to run this report from a web page!
There isn't an easy way to do it today. It basically means creating a Silverlight application that has the report and embed that application the webpage. It's what it's done in the examples that ship with the product, but in that case the SL takes the full webpage.
It's an scenario we plan to support better.
Thanks,
Andres
Okay, a very simple question:
I am working on a windows application, not WPF, ASP, SILVERLIGHT or whatever else there is, but pure VB.net 2010
Have 2011.1 netadvantage and reporting for windows forms
I did a report with the designer and now have “Dailyreport.igr”
I have one windows form with a UltraPrintPreviewControl and UltraPrintDocument Control.
How do I my form to show my “DailyReport.igr” in VB.net Code
Please
You need to use the UltraReportViewer to see NetAdvantage Reporting reports. Here there is an explanation of how to do it.
You mentioned NA Reporting 2011.1, is that correct? Or do you mean 2011.2? If you are using 2011.1 that is the CTP version, you should upgrade to 2011.2 which is the RTM version.
Hope it helps.
Leo
Yes we using CTP
Thanks so much getting this clearified....we will upgrade to 2011.2
we spent more time on this that it took building the pyramind.
Just request, it would be nice it there was more samples in VB, other wise keep up the good job.