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?
Direct Print in Angular
-
- Posts: 5245
- Joined: Tue Mar 20, 2018 5:34 am
Re: Direct Print in Angular
Hello,
Please check the following article:
https://www.stimulsoft.com/en/documenta ... eports.htm
Thank you.
Please check the following article:
https://www.stimulsoft.com/en/documenta ... eports.htm
Thank you.
Re: Direct Print in Angular
Well that doesn't solve my problem entirely because what i want to do is that show print dialog without preview. With method in documentation i can only change behavior of toolbar. I don't need to preview the report, I need to send it directly to printer without opening in view mode.Lech Kulikowski wrote: ↑Mon Mar 13, 2023 7:44 pm Hello,
Please check the following article:
https://www.stimulsoft.com/en/documenta ... eports.htm
Thank you.
Re: Direct Print in Angular
Hello.
You can use api method viewer.api.printWithoutPreview();
https://github.com/stimulsoft/Samples-A ... %20Methods
https://www.stimulsoft.com/en/documenta ... rences.htm
You can use api method viewer.api.printWithoutPreview();
https://github.com/stimulsoft/Samples-A ... %20Methods
https://www.stimulsoft.com/en/documenta ... rences.htm
Re: Direct Print in Angular
Thank you, that is what i needed.Vadim wrote: ↑Tue Mar 14, 2023 10:25 am Hello.
You can use api method viewer.api.printWithoutPreview();
https://github.com/stimulsoft/Samples-A ... %20Methods
https://www.stimulsoft.com/en/documenta ... rences.htm
-
- Posts: 5245
- Joined: Tue Mar 20, 2018 5:34 am
Re: Direct Print in Angular
Hello,
You are welcome.
You are welcome.