I’m stuck trying to get this to work. I’ve tried even using the same sort of logic that the Microsoft Report Viewer has and I can’t get it to work. Any help would be appreciated.
Here is a link to the project
Hi Mark,
we extended your code so that the designer now loads as expected. See attached sample.
You’ll need a new version of our ASP.NET wrapper control from which the Stimulsoft implementation for Wisej is derived. Watch the builds page on our website, it will be part of the next devbuild we publish.
Best wishes
Thomas
Hi Frank, found the solution for this.
i forgot to add this in the web.config
<assemblies>
<add assembly=”Stimulsoft.Report.MobileDesign, Version=2017.2.2.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a”/>
</assemblies>
<modules>
<add name=”Wisej” type=”Wisej.Core.HttpModule, Wisej.Core”/>
<add name=”WisejAspNetControl” type=”Wisej.Web.Ext.AspNetControl.HttpModule, Wisej.Web.Ext.AspNetControl” />
</modules>
Thanks!!
Orel
I want to StiWebViewer UseRelativeUrls = true , but ı dont do that
stiWebViewer1.UseRelativeUrls = true; is not work on wisej
Hi Muhammad,
this issue is fixed in the latest Wisej development build (1.5.6).
Best regards
Frank
Hi Frank
I add a sample project , when I install new version of wisej ( Wisej.Core.dll and Wisej.web.dll) When designing, the report objects are moving with the mouse (adherent) and this makes the report very difficult to design, but in older versions this is no problem to design very easy.
When I use Wisej-1.5.4 builds , this project designer very problem , but old version of wisej no problem , When I drag an object on report , is very diffucult.
I think have a bug new version of wisej
Hi Orel,
just checked and the events are firing ok here.
Can you please share some more details ? What Wisej version are you using ?
Which events did you try ?
Thanks in advance.
Best regards
Frank
Hi Thomas,
I’ve checked your example and its working very nice.
there is a problem while firing Events , its seems not working..
in the OnInit method there are some events attach , but they are not firing..
any Idea?
Thanks
Orel
It is working now. The wrapper for the report viewer actually works now without having to do anything other then creating this class
public partial class WebReportViewer : Wisej.Web.Ext.AspNetControl.AspNetWrapper<Stimulsoft.Report.Web.StiWebViewer>
Hi Mark,
the new Wisej build (1.3.65) is online.
We are definitely interested in learning more about your applications and the viewer source code you offered. Thanks in advance !
Best regards
Frank
Awesome will check it out once the new version is published and we are also going to wrap the report viewer as well. We’ll post the source once to the viewer once we have it working for anyone else.
And this is the same running as a desktop application (standalone and self-hosted in a single exe) using the upcoming Wisej.Application.exe (IE or Chromium) 🙂
Hi Mark,
I’m going to take a look later on today.
Just out of curiosity: Have you considered using the JavaScript designer component from Stimulsoft in favor of the ASP.NET control?
Best wishes
Thomas
Please login first to submit.