I don’t want save image in database. My application going to work on different shops i want show their logos on report.rdlc. For that i want to know, can i show image on report.rdlc by using path of image only? I tried to create parameter for Report.rdlc in ReportData but there is not any image Datatype.
Share
Yes, you can:
EnableExternalImages=truein your report codeYou can also refer to http://msdn.microsoft.com/en-us/library/ms251715(v=vs.80).aspx for some additional info, but those steps above must be enough.