reporting services - how can i add a .jpg file in local report(.rdlc) in c# withour storing the pics in database -


How can I add a .jpg file to the local report in the pics store in C # withour database

< / Div>

There are three ways to get an image on the Microsoft Reporting Document.

Database
Embedded
External

I think you know how Chalky's database of your question gives an excellent example of how to do an embedded image (This is usually what I'm taking.) In the end, external images are external for you, you can set the property on the external to the image and either refernece a file path or a URL in the value property can also be done. Finally you have also set the external image property to the code:

i.e. Report Viewer1.LocalReport.EnableExternalImages = true;

Hope that helps.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -