Page 2 of 2

Re: Export to pdf images are displayed in original size

Posted: Fri Feb 13, 2015 2:15 pm
by vladimir.mirchevski
Using the latest prerelease build, the GetReportSnapshot event doesn't fire. Should I make other changes?

Re: Export to pdf images are displayed in original size

Posted: Fri Feb 13, 2015 2:51 pm
by Vladimir
Hello,

In the new version 2014.3.9 we made some changes and additions for MvcViewer component. But backward compatibility must be maintained.

We could not reproduce the problem on our test examples.
Please send us a project where the error is reproduced, we will try to solve your problem quickly.

Thank you.

Re: Export to pdf images are displayed in original size

Posted: Fri Feb 13, 2015 3:12 pm
by vladimir.mirchevski
This is my Viewer:

Code: Select all

                   @Html.Stimulsoft().StiMvcViewer(new StiMvcViewerOptions()
                   {
                       Theme = StiTheme.Office2010,
                       ActionGetReportSnapshot = "GetReportSnapshot",
                       ActionViewerEvent = "ViewerEvent",
                       ActionPrintReport = "PrintReport",
                       ActionExportReport = "ExportReport",
                       ActionInteraction = "Interaction"
                       
                   })
It works with the older version, but not with the latest. ActionGetReportSnapshot doesn't fire.

Re: Export to pdf images are displayed in original size

Posted: Mon Feb 16, 2015 8:18 am
by Vladimir
Hello,

We have prepared a sample project for you with new DLLs. Please test it on your system and inform us about the result.

Thank you.

Re: Export to pdf images are displayed in original size

Posted: Mon Feb 16, 2015 11:06 am
by vladimir.mirchevski
OK, that works. Thank you.

Is this version 2014.3.9? How can I get the registered version of the DLLs? We have version 2014.3.

Re: Export to pdf images are displayed in original size

Posted: Mon Feb 16, 2015 11:56 am
by HighAley
Hello.

You could download the prerelease build from the Registered User Area.

Thank you.