Hi I have problem with ExternalImages in my project i have rdlc file, and i need load images from database, but in database have only name of file like logo.png and the files are in Folder. C:/Images
and I just in the rdlc designer do this:
enter image description here
and my ViewModel I work in dotvvm:
enter image description here
but i can’t add localReport.EnableExternalImages = true; because shows up error LocalReport does not contain a definition EnableExternalImages
So if somebody can help me? I would be very happy for that
I try the localreport.EnableExternalImages = true but in dotnet core not working and try find in RDLC designer the options
BORAT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.