Html.StiNetCoreDesigner exception when PassFormValues = true

Stimulsoft Reports.WEB discussion
Post Reply
Sherif Ahmed
Posts: 13
Joined: Fri Aug 12, 2022 8:25 pm

Html.StiNetCoreDesigner exception when PassFormValues = true

Post by Sherif Ahmed »

Version: Stimulsoft.Reports.Web.NetCore 2022.3.4
AspNetCore 5.0.11

When trying to render the report designer and setting PassFormValues = true,

Code: Select all

@Html.StiNetCoreDesigner(reportDesignerId, Model.DesignerOptions)

Code: Select all

InvalidCastException: Unable to cast object of type 'Microsoft.Extensions.Primitives.StringValues' to type 'System.IConvertible'.
System.Convert.ToDouble(object value)
Lech Kulikowski
Posts: 6238
Joined: Tue Mar 20, 2018 5:34 am

Re: Html.StiNetCoreDesigner exception when PassFormValues = true

Post by Lech Kulikowski »

Hello,

We couldn't reproduce the issue.
Please send us a sample project that reproduces the issue for analysis.

Thank you.
Sherif Ahmed
Posts: 13
Joined: Fri Aug 12, 2022 8:25 pm

Re: Html.StiNetCoreDesigner exception when PassFormValues = true

Post by Sherif Ahmed »

Here is an issue example on .NET 6
Stimulsoft Issue.zip
(1.68 MiB) Downloaded 149 times
Lech Kulikowski
Posts: 6238
Joined: Tue Mar 20, 2018 5:34 am

Re: Html.StiNetCoreDesigner exception when PassFormValues = true

Post by Lech Kulikowski »

Hello,

We need some additional time to investigate the issue, we will let you know about the result.

Thank you.
#7792
Sherif Ahmed
Posts: 13
Joined: Fri Aug 12, 2022 8:25 pm

Re: Html.StiNetCoreDesigner exception when PassFormValues = true

Post by Sherif Ahmed »

Any Update
Lech Kulikowski
Posts: 6238
Joined: Tue Mar 20, 2018 5:34 am

Re: Html.StiNetCoreDesigner exception when PassFormValues = true

Post by Lech Kulikowski »

Hello,

Please check the last release build.

Thank you.
Post Reply