<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Working with images in Reporting Services</title>
	<atom:link href="http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/</link>
	<description>My (mis)adventures in the IT industry</description>
	<lastBuildDate>Tue, 07 Feb 2012 22:18:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: MikeG</title>
		<link>http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/comment-page-1/#comment-91597</link>
		<dc:creator>MikeG</dc:creator>
		<pubDate>Sat, 12 Nov 2011 01:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/#comment-91597</guid>
		<description>I store images in my c:\crw\data\attachment\permit\images    folder. they are Not stored in the DB nor in report services. I use the @xxx parameter to open a report for a certain record. So how do I get the images for that record i produce a report on to attach and display on a report?</description>
		<content:encoded><![CDATA[<p>I store images in my c:\crw\data\attachment\permit\images    folder. they are Not stored in the DB nor in report services. I use the @xxx parameter to open a report for a certain record. So how do I get the images for that record i produce a report on to attach and display on a report?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/comment-page-1/#comment-73285</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Thu, 12 May 2011 13:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/#comment-73285</guid>
		<description>Hola alguno pudo inserta una Image en una Table, Mi problema es q no me muestra las imagenes dentro de la table</description>
		<content:encoded><![CDATA[<p>Hola alguno pudo inserta una Image en una Table, Mi problema es q no me muestra las imagenes dentro de la table</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philips</title>
		<link>http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/comment-page-1/#comment-72672</link>
		<dc:creator>Philips</dc:creator>
		<pubDate>Tue, 26 Apr 2011 13:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/#comment-72672</guid>
		<description>If you use SSRS 2005 onwards you just need to use a matrix and add the imageid in the column grouping and productid in the row grouping. Run the report and any number of images that the product has will be displayed correctly.</description>
		<content:encoded><![CDATA[<p>If you use SSRS 2005 onwards you just need to use a matrix and add the imageid in the column grouping and productid in the row grouping. Run the report and any number of images that the product has will be displayed correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beakersoft</title>
		<link>http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/comment-page-1/#comment-65213</link>
		<dc:creator>beakersoft</dc:creator>
		<pubDate>Sun, 15 Aug 2010 16:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/#comment-65213</guid>
		<description>@smk - I think you are probably going to be into writting a custom extension for reporting services. 
If there is a max number of images for each product you might just be able to drop that many controls onto the form and size them as needed, but thats not a very nice way to do it.
If you wrote a some custom code you could just add the images on the fly. Might be worth a look to see if anything already exists to do it?</description>
		<content:encoded><![CDATA[<p>@smk &#8211; I think you are probably going to be into writting a custom extension for reporting services.<br />
If there is a max number of images for each product you might just be able to drop that many controls onto the form and size them as needed, but thats not a very nice way to do it.<br />
If you wrote a some custom code you could just add the images on the fly. Might be worth a look to see if anything already exists to do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smk</title>
		<link>http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/comment-page-1/#comment-65081</link>
		<dc:creator>smk</dc:creator>
		<pubDate>Thu, 12 Aug 2010 19:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/#comment-65081</guid>
		<description>I want to load images into a report dynamically for a specific product. For each product I seek to view the report for, there may be no image, one image or multiple images. These images are stored in an external file system and their path is stored in a database table column called PhotoLink. I run a stored procedure that accepts ProductNumber as an input parameter and returns the file path for the image(s) stored in the Database table PhotoLink column. The path looks similar to this one:

file://ABC02YGK/Photos/XYZ-12342-002 (1000 XXX)[HB]-1.jpg

In the reports layout view, I have added an image control from the toolbox and set the following properties:

Source=External
Value =Fields!PhotoLink.Value
Sizing=FitProportional

When I run the report, the report asks for the ProductNumber as input parameter and correctly renders the image in case the product has only one image path stored in the database table column “PhotoLink”. Until here there is no issue. However, I need to further enhance the report and should dynamically add and populate single or multiple image controls to the report depending upon the number of images this product contains. Is this possible at all and how can I achieve this?</description>
		<content:encoded><![CDATA[<p>I want to load images into a report dynamically for a specific product. For each product I seek to view the report for, there may be no image, one image or multiple images. These images are stored in an external file system and their path is stored in a database table column called PhotoLink. I run a stored procedure that accepts ProductNumber as an input parameter and returns the file path for the image(s) stored in the Database table PhotoLink column. The path looks similar to this one:</p>
<p>file://ABC02YGK/Photos/XYZ-12342-002 (1000 XXX)[HB]-1.jpg</p>
<p>In the reports layout view, I have added an image control from the toolbox and set the following properties:</p>
<p>Source=External<br />
Value =Fields!PhotoLink.Value<br />
Sizing=FitProportional</p>
<p>When I run the report, the report asks for the ProductNumber as input parameter and correctly renders the image in case the product has only one image path stored in the database table column “PhotoLink”. Until here there is no issue. However, I need to further enhance the report and should dynamically add and populate single or multiple image controls to the report depending upon the number of images this product contains. Is this possible at all and how can I achieve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anshu</title>
		<link>http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/comment-page-1/#comment-39686</link>
		<dc:creator>Anshu</dc:creator>
		<pubDate>Fri, 03 Apr 2009 09:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/#comment-39686</guid>
		<description>Cheers,
This was really helpful.</description>
		<content:encoded><![CDATA[<p>Cheers,<br />
This was really helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar Yusuf</title>
		<link>http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/comment-page-1/#comment-23030</link>
		<dc:creator>Omar Yusuf</dc:creator>
		<pubDate>Wed, 24 Dec 2008 08:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/#comment-23030</guid>
		<description>thanx a lot it is tooo useful :)</description>
		<content:encoded><![CDATA[<p>thanx a lot it is tooo useful <img src='http://www.beakersoft.co.uk/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bendy</title>
		<link>http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/comment-page-1/#comment-7397</link>
		<dc:creator>Bendy</dc:creator>
		<pubDate>Fri, 29 Aug 2008 13:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/#comment-7397</guid>
		<description>Did you come across a solution to display images that are directly stored in a DB-table?

BR

Bendy</description>
		<content:encoded><![CDATA[<p>Did you come across a solution to display images that are directly stored in a DB-table?</p>
<p>BR</p>
<p>Bendy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nokishere</title>
		<link>http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/comment-page-1/#comment-1946</link>
		<dc:creator>nokishere</dc:creator>
		<pubDate>Mon, 26 May 2008 03:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/#comment-1946</guid>
		<description>Thank god i found it.
Thank you.</description>
		<content:encoded><![CDATA[<p>Thank god i found it.<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beakersoft</title>
		<link>http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/comment-page-1/#comment-918</link>
		<dc:creator>beakersoft</dc:creator>
		<pubDate>Tue, 15 Apr 2008 18:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.beakersoft.co.uk/2007/12/24/working-with-images-in-reporting-services/#comment-918</guid>
		<description>Thanks, I always find some of the official Microsoft doc a bit lacking in certain areas, glad you found it useful</description>
		<content:encoded><![CDATA[<p>Thanks, I always find some of the official Microsoft doc a bit lacking in certain areas, glad you found it useful</p>
]]></content:encoded>
	</item>
</channel>
</rss>

