Code: Select all
Stimulsoft.Report.Engine.StiParser.StiParserException: 'Parser error: The 'riSum' function is not yet implemented'In cshtml:
Code: Select all
@using Stimulsoft.Report.Mvc;
@using Stimulsoft.Report.Web;
@using Stimulsoft.System.Web.UI.WebControls;
@Html.StiNetCoreViewer(new StiNetCoreViewerOptions()
{
    Theme = StiViewerTheme.Office2013WhiteBlue,
    Height = Unit.Point(900),
    Appearance =
    {
        InterfaceType = StiInterfaceType.Auto,
        ScrollbarsMode = true,
    },
    Actions =
    {
        GetReport = "GetReport",
        ViewerEvent = "ViewerEvent"
    }
})
Any ideas?