<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.componentart.com/community/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Chris' Implementation Station</title><link>http://www.componentart.com/community/blogs/chris/default.aspx</link><description>Saving the world one Dashboard at a time.</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Debug Build: 40407.4157)</generator><item><title>Hosting a ComponentArt Dashboard in SharePoint 2010</title><link>http://www.componentart.com/community/blogs/chris/archive/2011/01/11/implementing-an-external-componentart-dashboard-in-sharepoint-2010.aspx</link><pubDate>Tue, 11 Jan 2011 21:48:00 GMT</pubDate><guid isPermaLink="false">9ff84d31-80d1-44bd-98c8-eba0322b9d03:104041</guid><dc:creator>Chris</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.componentart.com/community/blogs/chris/rsscomments.aspx?PostID=104041</wfw:commentRss><comments>http://www.componentart.com/community/blogs/chris/archive/2011/01/11/implementing-an-external-componentart-dashboard-in-sharepoint-2010.aspx#comments</comments><description>&lt;p&gt;Hosting a ComponentArt dashboard in SharePoint 2010 is a scenario which comes up a lot in conversation with clients here at ComponentArt.&amp;nbsp; This is very possible using our DataVisualization package as well as standard controls (by way of the Silverlight Web Part) already present in SharePoint 2010.&lt;/p&gt;
&lt;p&gt;We will assume that we have already created a dashboard solution using ComponentArt DataVisualization technology and also a running SharePoint 2010 installation.&amp;nbsp; For the purposes of this sample, I will be using our demo package as our running dashboard solution.&amp;nbsp; First we will need to create a separate website to host our Dashboard DataLayer as well as our Silverlight Xap file.&lt;/p&gt;
&lt;p&gt;&lt;img style="border:0;" src="http://www.componentart.com/community/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/1447.1.PNG" border="0" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;In my scenario, I want to host the Dashboard DataLayer on the same site as the SharePoint application, so I will need to assign a different port number, so they can reside on the same IP address.&lt;/p&gt;
&lt;p&gt;I can verify that my newly created website is working by navigating to the site:&lt;br /&gt;&lt;a href="http://www.componentart.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/7455.2.png"&gt;&lt;/a&gt;&lt;a href="http://www.componentart.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/2100.2.png"&gt;&lt;img src="http://www.componentart.com/community/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/2100.2.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Once we have verified this as working, we will need to login to our SharePoint environment and setup our new SharePoint page.&lt;/p&gt;
&lt;p&gt;From the home page, I am going to click Site Actions, then New Page (which will create our page).&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.componentart.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/7776.3.png"&gt;&lt;img src="http://www.componentart.com/community/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/7776.3.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Give my page a name, then click Create.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.componentart.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/4456.4.png"&gt;&lt;img src="http://www.componentart.com/community/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/4456.4.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now we are presented with a new page, inside page content, I want to select Editing Tools, Insert.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.componentart.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/4606.5.png"&gt;&lt;img src="http://www.componentart.com/community/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/4606.5.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now the ribbon shows a web part option.&amp;nbsp; Lets select this, and select Media and Content From the Categories.&amp;nbsp; Once we have selected Media and Content, we have the option on the right to select Silverlight Web Part.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.componentart.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/3175.6.png"&gt;&lt;img src="http://www.componentart.com/community/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/3175.6.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This will let us display any Silverlight application to the page.&amp;nbsp; Click Add.&amp;nbsp; Now we will be prompted to add the url of the Silverlight Xap File.&amp;nbsp; You only need the xap reference because the Silverlight Web Part will create the required object for hosting the Silverlight Application.&amp;nbsp; I know that my Xap file is located in the ClientBin sub folder of that website we just created, so I will enter it, and click OK.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.componentart.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/0677.7.png"&gt;&lt;img src="http://www.componentart.com/community/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/0677.7.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now you should have a Silverlight Web Part on your page, we&amp;#39;ll need to make some adjustments now to get our dashboard to fit inside.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.componentart.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/1185.8.png"&gt;&lt;/a&gt;&lt;a href="http://www.componentart.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/1754.8.png"&gt;&lt;img src="http://www.componentart.com/community/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/1754.8.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We will set some options to have the dashboard fit nicely.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.componentart.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/1777.9.png"&gt;&lt;img src="http://www.componentart.com/community/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/1777.9.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now let&amp;#39;s check in our changes, once we have checked in, we will need to publish the page.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.componentart.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/4885.10.png"&gt;&lt;img src="http://www.componentart.com/community/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/4885.10.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We will now be presented with the completed page.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.componentart.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/7115.11.png"&gt;&lt;img src="http://www.componentart.com/community/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/chris/7115.11.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now we have a SharePoint Page hosting a ComponentArt Dashboard!&lt;/p&gt;
&lt;p&gt;Next time, I will show how to create a dashboard using SharePoint 2010 Lists and Excel Services.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.componentart.com/community/aggbug.aspx?PostID=104041" width="1" height="1"&gt;</description><category domain="http://www.componentart.com/community/blogs/chris/archive/tags/Dashboard/default.aspx">Dashboard</category><category domain="http://www.componentart.com/community/blogs/chris/archive/tags/2010/default.aspx">2010</category><category domain="http://www.componentart.com/community/blogs/chris/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Coloring a Map with Data</title><link>http://www.componentart.com/community/blogs/chris/archive/2010/11/22/coloring-a-map-with-data.aspx</link><pubDate>Mon, 22 Nov 2010 16:46:00 GMT</pubDate><guid isPermaLink="false">9ff84d31-80d1-44bd-98c8-eba0322b9d03:103388</guid><dc:creator>Chris</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.componentart.com/community/blogs/chris/rsscomments.aspx?PostID=103388</wfw:commentRss><comments>http://www.componentart.com/community/blogs/chris/archive/2010/11/22/coloring-a-map-with-data.aspx#comments</comments><description>This tutorial will walk you through the steps necessary to get a ComponentArt DataVisualization for Silverlight Map control up and running. 1. Create a new Project In Visual Studio, create a new &amp;quot;Silverlight Application&amp;quot; project. Call it &amp;quot;MyFirstMap&amp;quot;...(&lt;a href="http://www.componentart.com/community/blogs/chris/archive/2010/11/22/coloring-a-map-with-data.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.componentart.com/community/aggbug.aspx?PostID=103388" width="1" height="1"&gt;</description><category domain="http://www.componentart.com/community/blogs/chris/archive/tags/Color/default.aspx">Color</category><category domain="http://www.componentart.com/community/blogs/chris/archive/tags/DV/default.aspx">DV</category><category domain="http://www.componentart.com/community/blogs/chris/archive/tags/Data/default.aspx">Data</category><category domain="http://www.componentart.com/community/blogs/chris/archive/tags/DataVisualization/default.aspx">DataVisualization</category><category domain="http://www.componentart.com/community/blogs/chris/archive/tags/Map/default.aspx">Map</category><category domain="http://www.componentart.com/community/blogs/chris/archive/tags/Silverlight/default.aspx">Silverlight</category></item></channel></rss>