Search found 5 matches

by msk
Tue Jul 04, 2023 2:17 pm
Forum: Stimulsoft Reports.ANGULAR
Topic: How to catch Printed event while using printWithoutPreview method?
Replies: 4
Views: 9009

Re: How to catch Printed event while using printWithoutPreview method?

Hello,
you shared with me dotnetcore code/documentation but how can i use it in angular, more importantly in browser? I need to capture it in browser, in DOM probably. How dotnetcore code provide me this i didn't quite understand.
by msk
Wed Jun 21, 2023 12:48 pm
Forum: Stimulsoft Reports.ANGULAR
Topic: How to catch Printed event while using printWithoutPreview method?
Replies: 4
Views: 9009

How to catch Printed event while using printWithoutPreview method?

I am attempting to capture the 'printed' event in my Angular application. I can successfully do this when using the browser's print button or function (window.print). However, I need to be able to capture this event specifically for Stimulsoft reports. Is there a way to capture the 'printed' event a...
by msk
Tue Mar 14, 2023 11:24 am
Forum: Stimulsoft Reports.ANGULAR
Topic: Direct Print in Angular
Replies: 5
Views: 9320

Re: Direct Print in Angular

Hello. You can use api method viewer.api.printWithoutPreview(); https://github.com/stimulsoft/Samples-Angular-ASP.NET-6.0-MVC-Web-Reporting-Tool/tree/master/Using%20API%20Methods https://www.stimulsoft.com/en/documentation/online/programming-manual/index.html?reports_web_angular_using_web_viewer_ap...
by msk
Tue Mar 14, 2023 9:47 am
Forum: Stimulsoft Reports.ANGULAR
Topic: Direct Print in Angular
Replies: 5
Views: 9320

Re: Direct Print in Angular

Hello, Please check the following article: https://www.stimulsoft.com/en/documentation/online/programming-manual/reports_web_angular_using_web_viewer_printing_reports.htm Thank you. Well that doesn't solve my problem entirely because what i want to do is that show print dialog without preview. With...
by msk
Fri Mar 10, 2023 1:08 pm
Forum: Stimulsoft Reports.ANGULAR
Topic: Direct Print in Angular
Replies: 5
Views: 9320

Direct Print in Angular

Hello,
I am using Angular component for frontend and dotnetcore for backend. I need to send reports directly to printer or open print dialog but i am unable to manage that. Is there any way to do it?