I am making a custom report style for ApCheck (Payment Remittance Advice) and am trying to add our Company Logo as I do with most forms, however it will not upload the zip if I make it Database, only if I do one embedded.
Maybe I am being thick but I have done this many times with other reports, I would then normally go into the Report Style and select the logo I want.
I have removed boxes the original form had inside the header but that made no difference.
No we have various images uploaded in Epicor and we select them from the Report Style āImage Listā but I cannot do this for this report because as soon as I try to āinsert imageā as āDatabaseā into the SSRS header then save and zip, it will not upload to the Report Style with the error I pasted above.
However, if I change to an āembeddedā image and select one from disk, it works fine (but that is not what I want).
This has been like it since they first implemented this back in 10.2.600 (donāt quote me on the version )ā¦ I wish they had extended it to other reports.
With that said, if your report isnāt in the list and it isnāt then you are stuck with either embedding the image directly into the RDL or creating a folder on the report server, storing the images there and then linking to the picture object on the RDL to the location of the fileā¦
If you need any more details then let me know and I will do up an SOP
What the??? All this timeā¦Thanks, Iāll have to revisit. I previously had been messing with report images, but somehow never been able to get that to workā¦ and sometimes lifeās too short to undo past indiscretionsā¦ I think in some of the reports I had been working on the ReportImages dataset was not there.
I was revisiting this a moment ago. The steps are very specificā¦ I was wondering why I was not seeing the reportimages table in the database. It seems that it is either specifically selecting the company in the report definition and then clicking retrieve, or itās the act of adding the image object with the formula and uploading the RDL again makes all the differenceā¦ On reflection I think it is the formerā¦ as my SOAck was not showing the report images until I selected the company and added clicked on retrieve, although that prior to this I did have an imageā¦ Time for a bit of a write for posterity me thinksā¦
Thanks for the help everyone but especially Aaron and Ben - now I have been able to fix it by as directed, adding the Dataset ReportImages and the two required fields.
I think I have said this before but every day is a learning day, and this forum and itās people are such a valuable resource!
Although I can now select an image in the Report Style and I can upload the SSRS I now get a failure when I try and print preview it.
Here is a piece of the error:
āā¦An error has occurred during report processing. ā> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Query execution failed for dataset āReportImagesā. ā> System.InvalidOperationException: ExecuteReader: CommandText property has not been initializedā¦ā
Fixed, I compared with a working report and found the missing expression (which your pdf shows).