Report saved in PDF without chart

Stimulsoft Reports.JS discussion
Post Reply
pavanello
Posts: 9
Joined: Wed Jan 11, 2017 6:20 pm

Report saved in PDF without chart

Post 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
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Re: Report saved in PDF without chart

Post 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.
Post Reply