Save to Microsoft Word 2007 / 2010 Problem

Stimulsoft Reports.Silverlight discussion
User avatar
ChrisCookDev
Posts: 41
Joined: Sun May 20, 2012 7:07 pm
Location: UK

Save to Microsoft Word 2007 / 2010 Problem

Post by ChrisCookDev »

I've just upgraded to the latest build (SL_v4_2012.05.25_Trial) to fix a problem with images when exporting to PDF - thank you for solving this.

Unfortunately, this new version has introduced a new problem with the save to Microsoft Word 2007 / 2010 file.
Sadly, in the new version, any images are missing from the created Word document.
The images are okay in the preview, print & pdf and did appear in docx documents saved from the previous version I was using (StimulsoftReports.Silverlight_2012.1_Trial).

I'm using the following vb.net property code to link through to the "Image Data" property: -

Public ReadOnly Property KingspanLogo As BitmapImage
Get
Dim uri As New Uri("/Genesis.Kingspan.Design;component/Assets/Kingspan_536x260.png", UriKind.RelativeOrAbsolute)
Dim bi As New BitmapImage
bi.UriSource = uri
Return bi
End Get
End Property

Thanks in advance for any help you can provide in solving this problem.

--
Chris Cook :: Software Development Manager :: www.genesisit.co.uk
Chris Cook :: Software Development Manager :: www.genesisit.co.uk
Design, Develop, Deliver! :: App development for smartphones, tablets, the desktop and the web
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Save to Microsoft Word 2007 / 2010 Problem

Post by Ivan »

Hello,

We are working on the problem. We will let you know when the solution is available.

Thank you.
User avatar
ChrisCookDev
Posts: 41
Joined: Sun May 20, 2012 7:07 pm
Location: UK

Save to Microsoft Word 2007 / 2010 Problem

Post by ChrisCookDev »

Ivan wrote:Hello,

We are working on the problem. We will let you know when the solution is available.

Thank you.
Thank you for working on the problem.

Is this resolved in the latest build (31st of May 2012) ?

--
Chris Cook :: Software Development Manager :: www.genesisit.co.uk
Chris Cook :: Software Development Manager :: www.genesisit.co.uk
Design, Develop, Deliver! :: App development for smartphones, tablets, the desktop and the web
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Save to Microsoft Word 2007 / 2010 Problem

Post by Alex K. »

Hello,

We are working on the problem. We need some additional time for fix the issue.

Thank you.
User avatar
ChrisCookDev
Posts: 41
Joined: Sun May 20, 2012 7:07 pm
Location: UK

Save to Microsoft Word 2007 / 2010 Problem

Post by ChrisCookDev »

Aleksey wrote:We are working on the problem. We need some additional time for fix the issue.
Please can you provide an ETA for this problem being resolved as we'd like to purchase and need this to be resolved.

Thanks in advance

--
Chris Cook :: Software Development Manager :: www.genesisit.co.uk
Chris Cook :: Software Development Manager :: www.genesisit.co.uk
Design, Develop, Deliver! :: App development for smartphones, tablets, the desktop and the web
Anton Lozovskiy
Posts: 135
Joined: Tue Aug 11, 2009 9:38 am

Save to Microsoft Word 2007 / 2010 Problem

Post by Anton Lozovskiy »

Hello,

The problem is fixed. The patch is available in prerelease build of on 21 June 2012.

Thank you.
User avatar
ChrisCookDev
Posts: 41
Joined: Sun May 20, 2012 7:07 pm
Location: UK

Save to Microsoft Word 2007 / 2010 Problem

Post by ChrisCookDev »

AntonLoz wrote:The problem is fixed. The patch is available in prerelease build of on 21 June 2012
Please can you let me know if you are still on-track to provide this pre-release build today?

Kind regards

--
Chris Cook :: Software Development Manager :: www.genesisit.co.uk
Chris Cook :: Software Development Manager :: www.genesisit.co.uk
Design, Develop, Deliver! :: App development for smartphones, tablets, the desktop and the web
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Save to Microsoft Word 2007 / 2010 Problem

Post by Alex K. »

Hello,

The next prerelease build will be available today.

Thank you.
User avatar
ChrisCookDev
Posts: 41
Joined: Sun May 20, 2012 7:07 pm
Location: UK

Re: Save to Microsoft Word 2007 / 2010 Problem

Post by ChrisCookDev »

Aleksey wrote:The next prerelease build will be available today.
Hi Aleksey,

Just to confirm that the new version has resolved this problem.

Many thanks,

Chris
--
Chris Cook :: Software Development Manager :: www.genesisit.co.uk
Chris Cook :: Software Development Manager :: www.genesisit.co.uk
Design, Develop, Deliver! :: App development for smartphones, tablets, the desktop and the web
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Save to Microsoft Word 2007 / 2010 Problem

Post by Alex K. »

Hello,

We are always glad to help you!
Let us know if you need any additional help.

Thank you.
Locked