July 12, 2005 at 5:16 am
what's the best way to store an image which appears on every report, e.g. company logo? if in a database, how exactly do you enter the image, or a pointer to the image, in a field? Alternatively how do you change the standard appearance of Report Manager, e.g. by adding your own logo?
July 13, 2005 at 1:17 pm
found this article using c#
http://www.codeproject.com/cs/database/ImageSaveInDataBase.asp
July 13, 2005 at 4:29 pm
One way I found that worked was to add the image file to the reports section of the project. IE Add Existing item change to all files and select image file.
The result of this is that when the reports are deployed to Reporting Services the image is also sent and available for the reports to use. Once the image file is in reporting services you may want to change it's properties to hide so that it is not visible to your users.
Hope this helps
July 13, 2005 at 9:15 pm
I used a similar approach to that described in Bill Pearsons article (here) and use these templates almost every day.
re: the images, i stored them within the report as they're a reasonably small overhead (ie when streamed to text/binary and saved as part of the report xml), but I am also using small images
HTH,
Steve.
July 13, 2005 at 9:18 pm
Just a quick note on his article, if you follow it to the letter. To save you pulling out lrge clumps of hair (as I did), if you have *any* intention of scheduling up the report, after creating it using your template *remove* the 'run by user ' (and the global User!UserID variable) as this will preclude you from setting this up as a scheduled report. Whilst this works a treat when running reports interactively, it doesn't work when trying to schedule reports.
Cheers,
Steve.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply