Report Web 2018.3.1

Stimulsoft Reports.WEB discussion
Post Reply
r.bianco
Posts: 75
Joined: Thu Oct 27, 2016 2:06 pm

Report Web 2018.3.1

Post 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
Soft System srl
Lech Kulikowski
Posts: 6244
Joined: Tue Mar 20, 2018 5:34 am

Re: Report Web 2018.3.1

Post by Lech Kulikowski »

Hello,

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

Thank you.
r.bianco
Posts: 75
Joined: Thu Oct 27, 2016 2:06 pm

Re: Report Web 2018.3.1

Post by r.bianco »

Hi,

the execution of the Designer returns this error
Immagine.png
Immagine.png (21.42 KiB) Viewed 1533 times
in Visual Studio i see this:
Immagine02.png
Immagine02.png (29.77 KiB) Viewed 1533 times
Immagine03.png
Immagine03.png (6.69 KiB) Viewed 1533 times
I do not understand what is missing.
Thank you.
Soft System srl
Lech Kulikowski
Posts: 6244
Joined: Tue Mar 20, 2018 5:34 am

Re: Report Web 2018.3.1

Post 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.
r.bianco
Posts: 75
Joined: Thu Oct 27, 2016 2:06 pm

Re: Report Web 2018.3.1

Post by r.bianco »

perfect
thank you
Soft System srl
Lech Kulikowski
Posts: 6244
Joined: Tue Mar 20, 2018 5:34 am

Re: Report Web 2018.3.1

Post by Lech Kulikowski »

Hello

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

Thank you.
Post Reply