I have a SQL Server 2005 Reporting Services solution containing several reporting projects. (I need separate reporting projects so that I can deploy reports to the correct folders on the report server.)
We want to include our company's logo in the header of each report.
I don't want to bake the logo image into each report ("embedded"); nor do I want to include a copy of the logo in each reporting project.
Still, I would like for the logo to "live" in the solution and on the report server one way or another so it's packaged up with the reports and gets deployed along with the reports.
How?