Page 1 of 1

Report saved in PDF without chart

Posted: Tue Feb 07, 2017 5:05 pm
by pavanello
Good afternoon

I'm having a situation while saving to PDF a print containing graphic, I'm not sure if it's some option I'm not using or it's missing.

When saved PDF the graphic is not in the file, but does not present any errors in the browser console.

Follow test link

http://sirros-web-dev.azurewebsites.net ... 6e46643290

Info:
Build 2016.3.7
appearance.chartRenderType = Stimulsoft.Viewer.StiChartRenderType.Vector

thank you

Re: Report saved in PDF without chart

Posted: Thu Feb 09, 2017 11:59 pm
by Jan
Hello!

Sorry for long time answer. It take some time to check this trouble.

May be you have added some additional methods to the Array class and is not set it as enumerable: false?

Object.defineProperty(Array.prototype, 'indexOf', { enumerable: false })

We will add a new method in next prerelease build - Array.disableAllEnumerable(). You can call this new method after all declarations in the Array class. This method will fix possible troubles with Array extensions and our code.

Please contact us if you need anything help.

Thank you.