Save to Microsoft Word 2007 / 2010 Problem
Posted: Tue May 29, 2012 2:54 pm
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
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