Page 1 of 1

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

Posted: Sun Mar 15, 2020 10:54 pm
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;

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

Posted: Mon Mar 16, 2020 10:43 pm
by HighAley
Hello.

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

Thank you.

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

Posted: Thu Mar 19, 2020 3:15 pm
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.

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

Posted: Mon Mar 23, 2020 8:02 am
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.