Search found 363 matches

by Vadim
Wed Oct 26, 2022 7:31 am
Forum: Stimulsoft Reports.ANGULAR
Topic: Calling APIController
Replies: 4
Views: 9423

Re: Calling APIController

Hello.

Please try options.Server.CacheMode = StiServerCacheMode.StringCache;
by Vadim
Fri Sep 02, 2022 8:02 am
Forum: Stimulsoft Reports.WEB
Topic: Wrong response url with Angular and Net5.0
Replies: 8
Views: 3591

Re: Wrong response url with Angular and Net5.0

Hello.

From next version 2022.4.1 you can use options.Server.RouteTemplate = "https://mysite.com/api/designer";
by Vadim
Mon Aug 22, 2022 12:41 pm
Forum: Stimulsoft Reports.WEB
Topic: Wrong response url with Angular and Net5.0
Replies: 8
Views: 3591

Re: Wrong response url with Angular and Net5.0

Hello.

Please in StiAngularDesignerOptions setup path to css into options.Appearance.CustomCss
by Vadim
Fri Aug 05, 2022 10:13 am
Forum: Stimulsoft Reports.JAVA
Topic: Merge multiple reports into one
Replies: 11
Views: 4805

Re: Merge multiple reports into one

Hello.

Maybe you got empty simpleReleve.getRenderedPages()
Please check reportCombine.getRenderedPages() filling before PDF export.
by Vadim
Fri Aug 05, 2022 7:06 am
Forum: Stimulsoft Reports.JAVA
Topic: Merge multiple reports into one
Replies: 11
Views: 4805

Re: Merge multiple reports into one

Hello.

Instead new StiReport(); please use StiReport.newInstance()
by Vadim
Tue Aug 02, 2022 1:57 pm
Forum: Stimulsoft Reports.JAVA
Topic: Loading image from code
Replies: 3
Views: 1755

Re: Loading image from code

Hello.

Please use next code:

Code: Select all

((StiImage) report.GetComponentByName("Image1")).setImage(Base64.getEncoder().encodeToString(StiIOUtil.toByteArray(new FileInputStream(""))));
by Vadim
Fri Jul 15, 2022 7:39 am
Forum: Stimulsoft Reports.WEB
Topic: Reports with NULL error
Replies: 7
Views: 883

Re: Reports with NULL error

Hello.

Please update to latest version, this bug is fixed.
by Vadim
Thu Jul 14, 2022 1:10 pm
Forum: Stimulsoft Reports.WEB
Topic: Reports with NULL error
Replies: 7
Views: 883

Re: Reports with NULL error

Hello.

Which version do you use ?
by Vadim
Tue May 24, 2022 10:18 am
Forum: Stimulsoft Reports.JAVA
Topic: Multiple sessions open in browser
Replies: 1
Views: 1010

Re: Multiple sessions open in browser

Hello.

Please try to change in StiWebViewerOptions options
options.getServer().setClearCache(false);