Search found 277 matches

by mrapi
Wed Mar 13, 2024 1:57 pm
Forum: Stimulsoft Reports.JS
Topic: React functional component
Replies: 7
Views: 9945

Re: React functional component

or import { useEffect } from "react"; import { Stimulsoft } from 'stimulsoft-reports-js/Scripts/stimulsoft.viewer'; const viewer = new Stimulsoft.Viewer.StiViewer(undefined, 'StiViewer', false); const report = new Stimulsoft.Report.StiReport(); export default function Raport () { useEffect...
by mrapi
Thu Jan 25, 2024 11:11 am
Forum: Stimulsoft Reports.NET
Topic: No text on StiText created from code
Replies: 6
Views: 950

Re: No text on StiText created from code

Hi
I'm only deploying compiled report file,in this case _rep.Load(filename) would not work for me

thanks

MatthiasU wrote: Thu Jan 25, 2024 10:06 am
by mrapi
Tue Jan 23, 2024 11:45 am
Forum: Stimulsoft Reports.NET
Topic: No text on StiText created from code
Replies: 6
Views: 950

No text on StiText created from code

Hi I'm using stimulsoft 2024.1.3 with NET 4.7 I've created a report with a title band (ReportTitleBand1) then save it as compiled dll (Report1.dll) then from cod I've added a StiText: Dim wRp = StiReport.GetReportFromAssembly("d:\NET4\Report1.dll") Dim tx = New StiText(New RectangleD(0, 0,...
by mrapi
Tue Jun 13, 2023 12:27 pm
Forum: Stimulsoft Reports.BLAZOR
Topic: The license key is not valid after update to 2023.2.6
Replies: 6
Views: 9376

Re: The license key is not valid after update to 2023.2.6

updated today,it is working
thanks
by mrapi
Fri Jun 09, 2023 1:24 pm
Forum: Stimulsoft Reports.BLAZOR
Topic: The license key is not valid after update to 2023.2.6
Replies: 6
Views: 9376

The license key is not valid after update to 2023.2.6

Hi after update to v 2023.2.6 got the error: Blazor.webassembly.js:1 crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: The license key is not valid! System.Exception: The license key is not valid! at Stimulsoft.Base.StiLicen...
by mrapi
Tue Dec 13, 2022 8:23 am
Forum: Stimulsoft Reports.BLAZOR
Topic: Hide display of component loading progress in Blazor
Replies: 9
Views: 12472

Re: Hide display of component loading progress in Blazor

Hi,after update from 2022.4.5 to 2023.1.1 I'm not able to hide progress loading
thanks
by mrapi
Tue Dec 13, 2022 8:19 am
Forum: Stimulsoft Reports.NET
Topic: Blazor - add custom Viewer button
Replies: 15
Views: 5675

Re: Blazor - add custom Viewer button

it is working.thanks!