Search found 4 matches

by Antonin H.
Thu Feb 06, 2025 12:51 pm
Forum: Stimulsoft Reports.ANGULAR
Topic: Angular Designer - language selection not working
Replies: 0
Views: 76

Angular Designer - language selection not working

Hello, I am using the Stimulsoft Designer component for Angular and I ran into a problem with language selection. I provide a directory with languages with the following code: public static void SetLocalizationDirectory(this StiAngularDesignerOptions options, string subdirectory) { var localizationD...
by Antonin H.
Mon Jan 13, 2025 3:09 pm
Forum: Stimulsoft Reports.ANGULAR
Topic: Angular Designer - specify which report to load
Replies: 5
Views: 1210

Re: Angular Designer - specify which report to load

Hello,
in that case the query parameters seem like the most suitable solution and it works well.

Thank You :)
by Antonin H.
Wed Jan 08, 2025 7:52 am
Forum: Stimulsoft Reports.ANGULAR
Topic: Angular Designer - specify which report to load
Replies: 5
Views: 1210

Re: Angular Designer - specify which report to load

Hello. thank You for the swift response. Unfortunately this article seems to only describe how to show reports in the Viewer and my question is specific to the Designer . Even if my question was about the viewer, the report to be initially shown in the article provided is hardcoded on the backend. I...
by Antonin H.
Mon Jan 06, 2025 8:47 am
Forum: Stimulsoft Reports.ANGULAR
Topic: Angular Designer - specify which report to load
Replies: 5
Views: 1210

Angular Designer - specify which report to load

Good day, Stimulsoft novice here. I am using: The Stimulsoft Designer npm package for Angular in my frontend app The Stimulsoft.Reports.Angular.NetCore for .NET 8 with my backend API I have a specific use-case within an Angular application that I'm working on - I would like to use the designer witho...