Steps to reproduce:
- Bind several XRPictureBox controls to data by assigning complex expressions that return different Base64 strings to the ImageSource property.
- Run the report.
Expected results:
All picture boxes display different images, according to Base64 strings returned by different expressions.
Current results:
All picture boxes display the same image.
Workaround:
To work around the issue, create a separate Calculated Field for each expression that returns a Base64 string with the image. Then use these calculated fields to supply XRPictureBox controls with data.
Additional information:
We forwarded this issue to our team for further research. We will update this thread as soon as we have made any progress on this issue.