My RDL Datasets include image data exposed in byte arrays which can be shown in an image reportitem..
1. Is there anyway I can enable drag and dropping of a field that is a byte array to create an image reportitem as is done with the textbox? I would not mind any method to perform this being designer user interface or programmatic.
2. Once an Image reportitem exists and it is set to Database source, why wouldn't the field choosers (field selector, value fields chooser..) identify fields that are of the correct type (to my knowledge only byte[]). The field selector on the image itself does not even support fields of any (or every) type when its source is set to database (this seems like a simple fix that could have a big impact).
Are there any workarounds?
It seems that type information is not always known to the designer. I design that has source data would have the data type though.
Thanks.