Hi Stef, I have a follow up question on your comment regarding "the upcoming internal build".
I updated to Q3 2013 today (30 OCT 2013) and WebForms reports with relative paths in Picture boxes stopped working. The thing that confused me is that the release notes for Q3 2013 states "FIXED: PictureBox does not resolve relative paths to the image". But in my case they were working in Q2 2013 but no longer work in Q3 2013.
The code in the report cs file that was previously working is:
pictureBox1.Value = "/Content/Styles/Images/SchoolLogo.png";
It now throws an error "could not find a part of the path...".
Will the fix you mentioned in the upcoming internal build correct this?
Additionally, where can I find details on the changed functionality that was applied to the PictureBox between Q2 2013 and Q3 2013? I'd like to understand what changed around this space.
Thanks,
Ken