March 6, 2012 at 2:47 am
Hi All
Just wondering if there is something you can do at the solution level to embed images into reports.
I know you can add images in at the report level and thats all good, but I want to load the company logo and have it in the same place on each report, a bit like a CSS page, without having to load the image into each individual report.
Any help would be great.
Thanks
March 6, 2012 at 7:33 am
I built and use a report template for all my reports that includes all the components I want in each report: logo, report title, parameter listing, report path, runtime, and page numbering. If you Google for SSRS report templates I am sure you will find some good articles on building one, or several, and where to save it so that it is available for future reporting.
March 6, 2012 at 7:43 am
I've done something similar, just created a blank report the way i want it then copy and pasting the XML code from the tamplate into a new blank rdl for each report and then going from that
March 6, 2012 at 7:46 am
That will work, but it will be several additional steps for every report you develop vs. a template.
March 7, 2012 at 3:47 am
Thanks Daniel, I was on the right track. Just copied the tamplate RDL I had created and put it in the correct folder now I dont have to modify the XML on each new report.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply