Search found 12 matches

by Ali.A
Thu Jan 19, 2023 10:21 am
Forum: Stimulsoft Reports.ANGULAR
Topic: Request time out when export report as PDF
Replies: 5
Views: 8905

Re: Request time out when export report as PDF

Already tried them, request is still timing out
by Ali.A
Tue Jan 17, 2023 1:43 pm
Forum: Stimulsoft Reports.ANGULAR
Topic: Request time out when export report as PDF
Replies: 5
Views: 8905

Request time out when export report as PDF

Hello,

I am getting time out when exporting report as PDF on production. Locally the reports takes about 1.5 mins to download.

But on production it is timing out. I have already tried 'options.Server.RequestTimeout = 300;'

Appreciate your help.

Thanks
by Ali.A
Thu Dec 15, 2022 9:22 am
Forum: Stimulsoft Reports.ANGULAR
Topic: Add Custom Button to Designer
Replies: 7
Views: 10224

Re: Add Custom Button to Designer

Thank you
by Ali.A
Tue Dec 13, 2022 12:22 pm
Forum: Stimulsoft Reports.ANGULAR
Topic: Add Custom Button to Designer
Replies: 7
Views: 10224

Re: Add Custom Button to Designer

see attached. I tried with designer object. buts its missing firstchild object
download.jpg
download.jpg (135.01 KiB) Viewed 10214 times
by Ali.A
Tue Dec 13, 2022 10:42 am
Forum: Stimulsoft Reports.ANGULAR
Topic: Add Custom Button to Designer
Replies: 7
Views: 10224

Re: Add Custom Button to Designer

This is all I can access export declare class StimulsoftDesignerComponent implements OnInit, OnChanges { designerEl: ElementRef; /** * Occurs when designer loaded */ designerLoaded: EventEmitter<any>; /** * Url to server instance (designer controller) * Example: http://server.url:51528/api/designer ...
by Ali.A
Tue Dec 13, 2022 10:41 am
Forum: Stimulsoft Reports.ANGULAR
Topic: Add Custom Button to Designer
Replies: 7
Views: 10224

Re: Add Custom Button to Designer

This object is not accessible through angular component.
by Ali.A
Tue Dec 13, 2022 10:06 am
Forum: Stimulsoft Reports.ANGULAR
Topic: Add Custom Button to Designer
Replies: 7
Views: 10224

Add Custom Button to Designer

Hi,

I'm looking to add a custom button to the designer toolbar. Has anyone gotten this to work?

Similar to this post:

viewtopic.php?t=58790

Cheers
by Ali.A
Thu Apr 07, 2022 4:55 am
Forum: Stimulsoft Reports.ANGULAR
Topic: Getting 401 when clicking Print -> PDF
Replies: 10
Views: 12886

Re: Getting 401 when clicking Print -> PDF

I definitely have exact same CORS policy enabled as above. Could this is be an issue if you're debugging it locally.
I am going to host the site to see if it fixes the issue.
by Ali.A
Fri Apr 01, 2022 5:39 am
Forum: Stimulsoft Reports.ANGULAR
Topic: Getting 401 when clicking Print -> PDF
Replies: 10
Views: 12886

Re: Getting 401 when clicking Print -> PDF

Thanks, I already have CORS settings enabled as per above and I am still getting the same error....

ERROR DOMException: Blocked a frame with origin "http://localhost:53422" from accessing a cross-origin frame.
by Ali.A
Thu Mar 31, 2022 8:55 am
Forum: Stimulsoft Reports.ANGULAR
Topic: Getting 401 when clicking Print -> PDF
Replies: 10
Views: 12886

Re: Getting 401 when clicking Print -> PDF

That seems to be okay with above approach. I have another set of APIs which works with JWT Authorisation. Considering above I added following: services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme).AddJwtBearer(options => { options.Events = new JwtBearerEvents { OnMessageReceived = conte...