Modules and excel, pdf export

Stimulsoft Reports.Flex discussion
Locked
Frotsen
Posts: 15
Joined: Mon Apr 19, 2010 8:02 am
Location: Norway

Modules and excel, pdf export

Post by Frotsen »

Its come to our attention that we have to use StiViewerFx.initialize() in the main application init if we are gonna use excel and pdt export. For many reasons we dont use swf caching on our main application, so the load penalty is very big(size of the main application) Is there anyway around this problem?
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Modules and excel, pdf export

Post by Vladimir »

Hello,

The export function is located in the viewer library, without it, export will not be realized. Also this is a problem to divide this library into separate elements, as they are closely bound.

Thank you.
Frotsen
Posts: 15
Joined: Mon Apr 19, 2010 8:02 am
Location: Norway

Modules and excel, pdf export

Post by Frotsen »

We have the Viewer implemented in a module, our "report module". Everything works as expected but the export functions to pdf and excel doesnt work. If we use StiViewerFx.initialize() in the main application the export functions work, but we dont want to have the Stiviewer library in our main apllication, due to penalty load. Is there anyway around this problem?
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Modules and excel, pdf export

Post by Vladimir »

Hello,

Unfortunately, at this moment this is impossible, because the report generator closely linked with the viewer.

Thank you.
Locked