Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 Logo

Author  Topic 

cartman1976
Starting Member

12 Posts

Posted - 2006-04-19 : 21:32:07
Hey,

I have an option in my program where the user can place an image file in a Logo folder which will
be used on all reports.

I set the image path as

Me.ReportParameters.Add(New Microsoft.Reporting.WinForms.ReportParameter("Logo", "file:\\\" & Options.CompanyLogo))
where options.companylogo contains the path along with the file name for the logo file.
This works perfectly on my computer as well as other computers I tested with.
However, when I ran it on the client's computer, the image isn't loaded. I get the missing picture icon
within the report.
Am I doing something wrong?

Thanks,

snktheone
Starting Member

20 Posts

Posted - 2006-04-24 : 02:59:46
it would be easy if you embedded that image in the solution itself
Go to Top of Page
   

- Advertisement -