Page 1 of 1
...from .Net version to .Web version,How to do?
Posted: Wed Oct 20, 2010 9:42 pm
by jjc
Hi ,
i am finishing a report with Stimulsoft.Report.Net and we need 2 version of that report,a .Net version and a .Web version .
Now i ask you can i use the same file project(developed with Stimulsoft.Report.Net) to create a .Web version?or i need recreate the same project with Stimulsoft.Report.Web version?There are others step to do ?
Sorry for my poor knowledge but till now never i developed a Web version so i have not idea about what is the right way to take.
Thanks so much for your attention.
Have a good time.
Cheers
...from .Net version to .Web version,How to do?
Posted: Thu Oct 21, 2010 2:50 am
by Alex K.
Hello,
Unfortunately, this problem will be very difficult to implement according to several reasons.
For creation of the Web version of the report you need to use a development environment and have your application that will invoke this report. Also, in your report (if we talk about the same report) a lot of forms are used, and many of them are invoked by the ShowDialog (), which is not supported in the Web.
Thank you.
...from .Net version to .Web version,How to do?
Posted: Thu Oct 21, 2010 3:41 am
by jjc
Hi Aleksey,
thanks for your fast reply,
i have another question for you (if i don't bother) in my report i have many forms so it is not possible recreate the same project with the Web version?
Can i recreate the same report with the Stimulsoft.Report.Silverlight ?because i saw online that version support Forms and in my project there are many forms.
Sorry for my questions but i need to create 2 version of my report : 1 online and 1 offline, i believed i could put online the version that i am developing with Stimulsoft.Report.Net .
Thanks for your help.
Cheers
...from .Net version to .Web version,How to do?
Posted: Thu Oct 21, 2010 6:38 am
by Alex K.
Hello,
Unfortunately, you cannot create a completely similar report for the Web.
The Web viewer is designed for displaying reports of simple and medium complexity.
In this case, you need to make filling and selection of necessary information (country, currency, hotels, etc.), for example in the ASP.NET application, and finally display a report, which will only contain pages with data. You need to move all forms of your .NET report from a report to the application, then you can get a report similar in functionality.
Thank you.