Page 1 of 1

Report Web 2018.3.1

Posted: Fri Oct 19, 2018 3:08 pm
by r.bianco
Hi

We have moved from version 2018.1.6 to 2018.3.1 of Stimuilsoft Report Web.

The dll we have imported are:

Code: Select all

Stimulsoft.Base.dll
Stimulsoft.Report.dll
Stimulsoft.Report.Check.dll
Stimulsoft.Report.Helper.dll
Stimulsoft.Report.Web.dll
Stimulsoft.Report.WebDesign.dll
The Designer.aspx page contains:

Code: Select all

<%@ Register Assembly="Stimulsoft.Report.WebDesign, Version=2018.3.1.0" Namespace="Stimulsoft.Report.WebDesign" TagPrefix="cc2" %>
[...]
<cc2:StiWebDesigner ID="StiWebDesigner1" runat="server" onsavereport="StiWebDesigner1_SaveReport" />
The Designer.aspx.cs page contains:

Code: Select all

using System;
using System.Web.UI;
using Stimulsoft.Report;
using Stimulsoft.Report.Dictionary;
using Stimulsoft.Report.WebDesign;
Visual Studio does not recognize:

Code: Select all

cc2:StiWebDesigner
in the Designer.aspx file

Code: Select all

using Stimulsoft.Report.WebDesign;
in the Designer.aspx.cs file

Thank you

Re: Report Web 2018.3.1

Posted: Sat Oct 20, 2018 1:48 pm
by Lech Kulikowski
Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?

Thank you.

Re: Report Web 2018.3.1

Posted: Mon Oct 22, 2018 6:46 am
by r.bianco
Hi,

the execution of the Designer returns this error
Immagine.png
Immagine.png (21.42 KiB) Viewed 1953 times
in Visual Studio i see this:
Immagine02.png
Immagine02.png (29.77 KiB) Viewed 1953 times
Immagine03.png
Immagine03.png (6.69 KiB) Viewed 1953 times
I do not understand what is missing.
Thank you.

Re: Report Web 2018.3.1

Posted: Mon Oct 22, 2018 8:47 am
by Lech Kulikowski
Hello,

Please check the following code:

Code: Select all

<%@ Register Assembly="Stimulsoft.Report.WebDesign" Namespace="Stimulsoft.Report.Web" TagPrefix="cc1" %>
Thank you.

Re: Report Web 2018.3.1

Posted: Mon Oct 22, 2018 10:14 am
by r.bianco
perfect
thank you

Re: Report Web 2018.3.1

Posted: Mon Oct 22, 2018 2:32 pm
by Lech Kulikowski
Hello

We are always glad to help you!
Please let us know if you need any additional help.

Thank you.