Hi People,
We have pics in our DataBase that we present through SSRS when we extract Excel files.
It works perfectly with JPG and PNG, but not PDF.
I know that it's because PDF is not supported by SSRS, as this link mentioned:
https://docs.microsoft.com/en-us/dotnet/api/microsoft.reportingservices.reportrendering.image.mimetype?view=sqlserver-2016
But it there a way I can insert this PDF as an attachment somehow? Or any ideas on how I can present this a PDF file inside an SSRS report?