How can i use StiOptions.Engine.useAdvancedPrintOnEngine = true;

Stimulsoft Reports.JS discussion
Post Reply
Ezrodriguez
Posts: 23
Joined: Fri Mar 06, 2020 2:43 am

How can i use StiOptions.Engine.useAdvancedPrintOnEngine = true;

Post by Ezrodriguez »

i need to use this option in reportjs

How can i useit, i know how to do it in net, but how can i use this

StiOptions.Engine.useAdvancedPrintOnEngine = true;
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How can i use StiOptions.Engine.useAdvancedPrintOnEngine = true;

Post by HighAley »

Hello.

Just set the option before using our tool.
Do you get any issue with it?

Thank you.
Ezrodriguez
Posts: 23
Joined: Fri Mar 06, 2020 2:43 am

Re: How can i use StiOptions.Engine.useAdvancedPrintOnEngine = true;

Post by Ezrodriguez »

this is the problem , im using a double column report, and the footer only in the last page, in the designer i activate that option, but wen render in report js, it still saving the page of the footer in all pages. and i need to resolve that.
Lech Kulikowski
Posts: 7291
Joined: Tue Mar 20, 2018 5:34 am

Re: How can i use StiOptions.Engine.useAdvancedPrintOnEngine = true;

Post by Lech Kulikowski »

Hello,

In the JS version, you should set that option in your code before report rendering, not in the designer.

Thank you.
Post Reply