Report Web 2018.3.1
Posted: Fri Oct 19, 2018 3:08 pm
Hi
We have moved from version 2018.1.6 to 2018.3.1 of Stimuilsoft Report Web.
The dll we have imported are:
The Designer.aspx page contains:
The Designer.aspx.cs page contains:
Visual Studio does not recognize:
in the Designer.aspx file
in the Designer.aspx.cs file
Thank you
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
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" />
Code: Select all
using System;
using System.Web.UI;
using Stimulsoft.Report;
using Stimulsoft.Report.Dictionary;
using Stimulsoft.Report.WebDesign;
Code: Select all
cc2:StiWebDesigner
Code: Select all
using Stimulsoft.Report.WebDesign;
Thank you