Search found 277 matches

by mrapi
Fri Apr 02, 2021 12:59 pm
Forum: Stimulsoft Reports.NET
Topic: Blazor WebAssembly RangeError: Maximum call stack size exceeded
Replies: 6
Views: 2518

Re: Blazor WebAssembly RangeError: Maximum call stack size exceeded

Hi
windows 10 64 Home,Opera/Chrome x64
run it normally:it will work
then go to Inspect element,select mobile S,refresh the page and got the error

thanks
by mrapi
Tue Mar 30, 2021 7:21 am
Forum: Stimulsoft Reports.NET
Topic: Blazor WebAssembly RangeError: Maximum call stack size exceeded
Replies: 6
Views: 2518

Blazor WebAssembly RangeError: Maximum call stack size exceeded

Hi running Blazor WebAssembly "Change viewer options" sample from https://github.com/stimulsoft/Samples-Blazor-WebAssembly (updated to version 2021.2.2) switch the browser to mobile view,after about of 20 seconds of loading got: dotnet.5.0.4.js:1 Uncaught (in promise) RangeError: Maximum c...
by mrapi
Thu Mar 25, 2021 9:18 am
Forum: Stimulsoft Reports.NET
Topic: Blazor self hosted: wwwroot/Reports not found
Replies: 3
Views: 1309

Re: Blazor self hosted: wwwroot/Reports not found

Hi
I found a solution:renaming mrt file to xml seems to work
thanks
by mrapi
Tue Mar 23, 2021 9:11 am
Forum: Stimulsoft Reports.NET
Topic: Blazor self hosted: wwwroot/Reports not found
Replies: 3
Views: 1309

Blazor self hosted: wwwroot/Reports not found

Hi I'm trying to use Stimulsoft for Blazor: -I've created an empty Blazor WebAssembly App (ASP.NET Core Hosted) .NET 5 -in Client project I've added Stimulsoft.Reports.Blazor package - from https://github.com/stimulsoft/Samples-Blazor-WebAssembly/tree/main/Show%20report%20in%20viewer I copy wwwroot/...
by mrapi
Fri Dec 04, 2020 6:55 am
Forum: Stimulsoft Reports.BLAZOR
Topic: using Stimulsoft with Blazor (.net core)
Replies: 18
Views: 7019

Re: using Stimulsoft with Blazor (.net core)

Hi,is Blazor version available?
thanks
by mrapi
Thu Dec 03, 2020 10:20 am
Forum: Stimulsoft Reports.JS
Topic: Set report image from image variable type
Replies: 5
Views: 1642

Re: Set report image from image variable type

seems that way works: const fileContent = Stimulsoft.System.IO.Http.getFile("imgs/stampMail.jpg", true); // path exists in wwwroot const resource = new Stimulsoft.Report.Dictionary.StiResource("stampMail", "stampMail", false, Stimulsoft.Report.Dictionary.StiResourceType...
by mrapi
Mon Nov 30, 2020 2:37 pm
Forum: Stimulsoft Reports.JS
Topic: Set report image from image variable type
Replies: 5
Views: 1642

Re: Set report image from image variable type

Hi,not working with full URL
by mrapi
Fri Nov 27, 2020 5:27 pm
Forum: Stimulsoft Reports.JS
Topic: Set report image from image variable type
Replies: 5
Views: 1642

Set report image from image variable type

Hi In .Net 4 I can set image from image variable type, like that: Dim wRp As New StiReport wRp("wImg") = Image.FromFile(path+ "img.jpg") now I need the same but in js(using v.2020.4.2),tried this.report.dictionary.variables.getByName('wImg').valueObject = Stimulsoft.System.IO.Htt...
by mrapi
Thu Nov 26, 2020 6:10 pm
Forum: Stimulsoft Reports.JS
Topic: Cannot read property 'StiViewerOption' of undefined(v 2020.5.1)
Replies: 11
Views: 2620

Re: Cannot read property 'StiViewerOption' of undefined(v 2020.5.1)

Hi,sample date was sent to support[at]stimulsoft.com