Previously, in an E10 on prem, I was able to dynamically place part images into SSRS reports using the following guide
However, in a cloud environment, the images don’t show up within the report. I was wondering if there’s something different that needs to be done in order to get images to show up in SSRS reports for a cloud environment.
It’s a BAQ report, I’m pulling the raw image data into the BAQ dataset as per the guide in the original post, however it doesn’t show up within the SSRS report.
So it seems like the advanced BPM directive i have can pull the data within BAQ designer, however it doesn’t seem like it’s being pulled into the report.
ImgLink is a calculated field, there is an advance BPM in this BAQ that fills in this field from the Ice.FileStore table as that table isn’t accessible within the BAQ designer
I followed the steps in this post, as per my original post.
Things like does the field definition match the SQL name or is there a misspelling. Is ReplacementLabel_ the name of the table that the image is in? Stuff like that.
Can you add a text area to the report and see if the image_lnk data appears?
What properties are you using for the image? Are you cropping, shrinking to fit, etc?
Unless we are doing something non-standard, like trying to reach back to an on-prem database, I can’t see permissions being an issue. Usually, the BAQ runs, all the data goes into the SSRS report tables, the SSRS queries those tables with the GUID on them, and it reports. As long as the data is in the table, it should be accessible from the SSRS report.
Would that be also the case if there is a BPM update directive on the BAQ? My feeling is that the BAQ designer is running the BPM, however when it’s run from the report itself, this BPM does not get triggered for some reason.
@mkfernandez - Were you ever able to get this working? I’ve got a query that returns what I believe the link to the image in the filestore. But I can’t seem to get the SSRS settings correct on the image.