<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Advanced Silverlight Printing Strategies (Silverlight TV #35)</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/558326_100x75.jpg</url>
		<title>Channel 9 - Advanced Silverlight Printing Strategies (Silverlight TV #35)</title>
		<link></link>
	</image>
	<description>
In this episode, Pete Brown discusses the printing API in Silverlight 4 and demonstrates his recent printing exploits. Pete shows John how, using the API, he created a printing library that serves as a report writer. The source code is available on codeplex
 (link is below).&amp;nbsp;&amp;nbsp; 

Relevant links: 

John&#39;s Blog&amp;nbsp;and on Twitter (@john_papa)
Pete&#39;s Blog&amp;nbsp;and on Twitter (@pete_brown)
Silverlight Reporting on Codeplex

Follow us on Twitter&amp;nbsp;@SilverlightTV&amp;nbsp;or on the web at
http://silverlight.tv&amp;nbsp;
</description>
	<link></link>
	<language>en</language>
	<pubDate>Tue, 21 May 2013 15:21:46 GMT</pubDate>
	<lastBuildDate>Tue, 21 May 2013 15:21:46 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Advanced Silverlight Printing Strategies (Silverlight TV #35)</title>
		<description>
			<![CDATA[
<p>Very interesting. </p>
<p>&nbsp;</p>
<p>Do users need special permissions to install printing support? </p>
<p>Can regular user (who can only install ClickOnce apps) print using this library?
</p>
<p>Does it require XPS printer driver? </p>
<p>can printing support be used to print any else from silverlight, besides the reports you mentioned?
</p>
<p>&nbsp;</p>
<p>For example: Microsoft Report Viewer control doesn't install printing support by default. The first time somebody tries to print it asks to install and most of the user in our network are not able to&nbsp;do so.&nbsp;So we ended up converting reports to something
 printable. &nbsp;</p>
<p>&nbsp;</p>
<p>Thanks!</p>
<p>posted by ivan_</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35#c634136155490000000</link>
		<pubDate>Thu, 01 Jul 2010 21:12:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35#c634136155490000000</guid>
		<dc:creator>ivan_</dc:creator>
	</item>
	<item>
		<title>Re: Advanced Silverlight Printing Strategies (Silverlight TV #35)</title>
		<description>
			<![CDATA[
<p>@ivan_</p>
<p>&nbsp;</p>
<p>Nothing special is required. This is all Silverlight code that works in the sandbox as well as in elevated trust. No special drivers are required. If the user can print from a web page, they can print from Silverlight.</p>
<p>&nbsp;</p>
<p>There are limitations here, though, compared to &quot;real&quot; reporting solutions. This is not a good approach for large reports due to the bitmap approach. Great for small stuff <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>&nbsp;</p>
<p>In normal trust/sandboxed, printing must be started via a user-initiated event like a button click.</p>
<p>&nbsp;</p>
<p>Pete</p>
<p>posted by Psychlist1972</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35#c634136305110000000</link>
		<pubDate>Fri, 02 Jul 2010 01:21:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35#c634136305110000000</guid>
		<dc:creator>Psychlist1972</dc:creator>
	</item>
	<item>
		<title>Re: Advanced Silverlight Printing Strategies (Silverlight TV #35)</title>
		<description>
			<![CDATA[
<p>Great! Thanks. I will need to try. </p>
<p>Can I feed-in images from SQL Server reporting service reports into this?&nbsp; </p>
<p>Or rather report&nbsp;pages rendered as images.</p>
<p>posted by ivan_</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35#c634136888150000000</link>
		<pubDate>Fri, 02 Jul 2010 17:33:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35#c634136888150000000</guid>
		<dc:creator>ivan_</dc:creator>
	</item>
	<item>
		<title>Re: Advanced Silverlight Printing Strategies (Silverlight TV #35)</title>
		<description>
			<![CDATA[
<p>This isn't really a SQL Server Reporting Services - level report writer. This is more for collections of info that make very short reports. Maybe some images, probably not graphs right now as I don't run through to ensure animations wrap up.</p>
<p>&nbsp;</p>
<p>Not sure what you'll be able to do&nbsp;with SSRS&nbsp;in the short term, but&nbsp;for the long term, I'll make sure talk to the SSRS team and add your voice to the folks that are looking for a Silverlight solution.</p>
<p>&nbsp;</p>
<p>Pete</p>
<p>posted by Psychlist1972</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35#c634137132520000000</link>
		<pubDate>Sat, 03 Jul 2010 00:20:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35#c634137132520000000</guid>
		<dc:creator>Psychlist1972</dc:creator>
	</item>
	<item>
		<title>Re: Advanced Silverlight Printing Strategies (Silverlight TV #35)</title>
		<description>
			<![CDATA[
<p>Agreed. This solution is great for small reports, adhoc captures of data, and those one off exceptions that always come up in projects. if you need a reporting system, I would recommend looking at SSRS and voicing your opinions to their team on how you'd
 like to see it integrated with Silverlight. In short: 50 reports .... use SSRS. 5 ... this works fine.</p>
<p>posted by jopapa</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35#c634138509310000000</link>
		<pubDate>Sun, 04 Jul 2010 14:35:31 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35#c634138509310000000</guid>
		<dc:creator>jopapa</dc:creator>
	</item>
	<item>
		<title>Re: Advanced Silverlight Printing Strategies (Silverlight TV #35)</title>
		<description>
			<![CDATA[
<p>Mr Papa</p>
<p>&nbsp;</p>
<p>Your avatar has more hair than mine. I've seen your head. Actually, I'm pretty sure I've seen the ceiling reflected in it too <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' />
</p>
<p>&nbsp;</p>
<p>Something is deeply wrong here <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>posted by Psychlist1972</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35#c634140112810000000</link>
		<pubDate>Tue, 06 Jul 2010 11:08:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35#c634140112810000000</guid>
		<dc:creator>Psychlist1972</dc:creator>
	</item>
	<item>
		<title>Re: Advanced Silverlight Printing Strategies (Silverlight TV #35)</title>
		<description>
			<![CDATA[
<p>Hey Now Silverlight #35,</p>
<p>&nbsp;</p>
<p>&nbsp;&nbsp; &nbsp; Great Vid on Printing!</p>
<p>&nbsp;</p>
<p>Thx 4 the info,</p>
<p>Catto</p>
<p>posted by ccatto</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35#c634152264760000000</link>
		<pubDate>Tue, 20 Jul 2010 12:41:16 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35#c634152264760000000</guid>
		<dc:creator>ccatto</dc:creator>
	</item>
	<item>
		<title>Re: Advanced Silverlight Printing Strategies (Silverlight TV #35)</title>
		<description>
			<![CDATA[
<p>silverlight did not supporting Large Print Page&nbsp;sizes like a0 &nbsp;</p>
<p>posted by usamawahabkhan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35#c634153098880000000</link>
		<pubDate>Wed, 21 Jul 2010 11:51:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35#c634153098880000000</guid>
		<dc:creator>usamawahabkhan</dc:creator>
	</item>
	<item>
		<title>Re: Advanced Silverlight Printing Strategies (Silverlight TV #35)</title>
		<description>
			<![CDATA[Hello, if anyone is interested in integrate SSRS with SilverLight and RIA Services, please check my article in CodeProject, Regards,<br />&nbsp;<br />http://www.codeproject.com/KB/silverlight/SLReporting.aspx<br />&nbsp;<br />Ernesto Herrera<br />MCTS Web Applications 2.0<br />&nbsp;<p>posted by Ernesto Herrera</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35#c634300290860000000</link>
		<pubDate>Fri, 07 Jan 2011 20:31:26 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Advanced-Silverlight-Printing-Strategies-Silverlight-TV-35#c634300290860000000</guid>
		<dc:creator>Ernesto Herrera</dc:creator>
	</item>
</channel>
</rss>