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;
How can i use StiOptions.Engine.useAdvancedPrintOnEngine = true;
-
- Posts: 23
- Joined: Fri Mar 06, 2020 2:43 am
Re: How can i use StiOptions.Engine.useAdvancedPrintOnEngine = true;
Hello.
Just set the option before using our tool.
Do you get any issue with it?
Thank you.
Just set the option before using our tool.
Do you get any issue with it?
Thank you.
-
- Posts: 23
- Joined: Fri Mar 06, 2020 2:43 am
Re: How can i use StiOptions.Engine.useAdvancedPrintOnEngine = true;
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.
-
- Posts: 7291
- Joined: Tue Mar 20, 2018 5:34 am
Re: How can i use StiOptions.Engine.useAdvancedPrintOnEngine = true;
Hello,
In the JS version, you should set that option in your code before report rendering, not in the designer.
Thank you.
In the JS version, you should set that option in your code before report rendering, not in the designer.
Thank you.