<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>RS SharePoint Integration</title><link>http://blogs.msdn.com/b/prash/</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 5.6.583.17018 (Build: 5.6.583.17018)</generator><item><title>I do not see the SSRS Shared Service in SharePoint CA after installing SSRS "Denali" CTP SharePoint mode </title><link>http://blogs.msdn.com/b/prash/archive/2011/07/01/do-not-see-the-ssrs-shared-service-in-ca-after-installing-ssrs-quot-denali-quot-sharepoint-mode.aspx</link><pubDate>Fri, 01 Jul 2011 00:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10182155</guid><dc:creator>Prash Shirolkar - MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/prash/rsscomments.aspx?WeblogPostID=10182155</wfw:commentRss><comments>http://blogs.msdn.com/b/prash/archive/2011/07/01/do-not-see-the-ssrs-shared-service-in-ca-after-installing-ssrs-quot-denali-quot-sharepoint-mode.aspx#comments</comments><description>&lt;p&gt;After successfully installing the latest SSRS "Denali" CTP SharePoint mode Service and SSRS "Denali" Add-in for SharePoint 2010, if you&amp;nbsp;do not see&amp;nbsp;"SQL Server Reporting Services"&amp;nbsp; in the Service or Service Application list:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;SharePoint 2010 Central Admin -&amp;gt; "Application Management" -&amp;gt; "Manage Services on&amp;nbsp;Server" OR&lt;/li&gt;
&lt;li&gt;SharePoint 2010 Central Admin -&amp;gt; "Application Management" -&amp;gt; "Manages Service Applications" -&amp;gt;&amp;nbsp;Click on&amp;nbsp;"New" menu&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Then it is likely the SSRS Shared Service did not get registered with SharePoint correctly at the time of installation. This state is also expected behavior if SSRS SharePoint mode was installed before the SharePoint installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;Work Around&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;To register and start the SSRS SharPoint&amp;nbsp;Service,&amp;nbsp;complete the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;On&amp;nbsp;the computer that&amp;nbsp;runs SharePoint 2010 Central Administration:&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;Open a PowerShell command prompt with administrator privileges. Right click the icon&amp;nbsp; and click, "Run As Administrator". Run the following&amp;nbsp;cmdlets from the shell:&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;Add-PSSnapin Microsoft.SharePoint.PowerShell&lt;/li&gt;
&lt;li&gt;Install-SPRSService&lt;/li&gt;
&lt;li&gt;Install-SPRSServiceProxy&lt;/li&gt;
&lt;li&gt;Get-SPServiceInstance -all |where {$_.TypeName -like "SQL Server Reporting*"} | Start-SPServiceInstance&lt;/li&gt;
&lt;/ol&gt;&lt;/ol&gt;
&lt;li&gt;Verify the SQL Server Reporting Services Service Instance shows status as "&lt;span style="color: #008000;"&gt;Started&lt;/span&gt;" on the&amp;nbsp;SharePoint 2010 Central Admin -&amp;gt; "Application Management" -&amp;gt; "Manage Services on Server" page.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;HTH&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10182155" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-components-postattachments/00-10-18-21-55/RegisterSSRSInstance.ps1" length="1120" type="application/octet-stream" /></item><item><title>Performance of SSRS in SharePoint mode reports in full-page view in SharePoint 2010. </title><link>http://blogs.msdn.com/b/prash/archive/2011/06/11/performance-of-ssrs-in-sharepoint-mode-reports-in-full-page-view-in-sharepoint-2010.aspx</link><pubDate>Sat, 11 Jun 2011 02:19:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10173563</guid><dc:creator>Prash Shirolkar - MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/prash/rsscomments.aspx?WeblogPostID=10173563</wfw:commentRss><comments>http://blogs.msdn.com/b/prash/archive/2011/06/11/performance-of-ssrs-in-sharepoint-mode-reports-in-full-page-view-in-sharepoint-2010.aspx#comments</comments><description>&lt;p&gt;Using&amp;nbsp;SSRS in SharePoint mode version 2008 R2 or earlier full-page report rendering is slower than its corresponding Native mode. This is largely due to SSRS in SharePoint mode comprises Native mode functionality and additional calls to the SharePoint object model APIs&amp;nbsp;for SharePoint integration specific&amp;nbsp;operations. Additionally, for&amp;nbsp;some reports with short Native mode rendering times especially those less than 500ms or 1s can be found to be 2-3 times slower in SharePoint mode when compared to a&amp;nbsp;typical Native mode SSRS install. This can also be inferred / approximated from the "First Page Report Performance" graph in the &lt;a title="Reporting Services Performance in SharePoint Integrated Mode in SQL Server 2008 R2" href="http://sqlcat.com/technicalnotes/archive/2010/11/03/reporting-services-performance-in-sharepoint-integrated-mode-in-sql-server-2008-r2.aspx"&gt;Reporting Services Performance in SharePoint Integrated Mode in SQL Server 2008 R2&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the &lt;a title="upcoming SQL Server Denali CTP" href="http://www.microsoft.com/sqlserver/en/us/product-info/future-editions.aspx"&gt;SQL Server Denali CTP3&lt;/a&gt;&amp;nbsp;of SSRS Reporting Services for SharePoint 2010&amp;nbsp;we have improved our integration with SharePoint 2010&amp;nbsp;which truly improves performance. This entailed changes and optimizations for the end-to-end full-page report viewing / rendering scenario starting with the SSRS Report Viewer SharePoint web part&amp;rsquo;s behavior such as in its toolbar, followed by communication between the web part and the back end server, and the interaction between SSRS components and SharePoint itself. As a result of this, in SharePoint mode full-page report rendering is either at par if not very close at par (differ by fractions of a second) with Native mode.&lt;/p&gt;
&lt;p&gt;Hence, how do you get this performance improvement?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;For maximum benefit of this performance improvement use the CTP3 (or later) SSRS Denali CTP Add-in for SharePoint 2010 with the SSRS Denali CTP3 (or later)&amp;nbsp;report server.&lt;/li&gt;
&lt;li&gt;For SSRS 2008 or SSRS 2008 R2 report server in SharePoint mode scenarios, the recommendation is to upgrade to&amp;nbsp;the SSRS Denali CTP3 (or later)&amp;nbsp;Add-in for SharePoint 2010 from the SSRS 2008 R2 Add-in for SharePoint 2010. SSRS Denali CTP3 (or later)&amp;nbsp;Add-in for SharePoint 2010 supports full backward compatibility with SSRS 2008 and SSRS 2008 R2 report server in SharePoint mode.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Visit the &lt;a title="SQL Server Code name Denali site" href="https://www.microsoft.com/betaexperience/pd/SQLDCTP3CTA/enus/"&gt;SQL Server Code name Denali CTP3 site&lt;/a&gt;&amp;nbsp;and&amp;nbsp;to download. Send feedback via &lt;a href="http://connect.microsoft.com"&gt;http://connect.microsoft.com&lt;/a&gt; as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10173563" width="1" height="1"&gt;</description></item><item><title>Migrating SSRS 2008 R2 SharePoint mode from one SharePoint Farm to another</title><link>http://blogs.msdn.com/b/prash/archive/2011/06/11/migrating-ssrs-2008-r2-sharepoint-mode-from-one-sharepoint-farm-to-another.aspx</link><pubDate>Sat, 11 Jun 2011 00:49:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10173546</guid><dc:creator>Prash Shirolkar - MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/prash/rsscomments.aspx?WeblogPostID=10173546</wfw:commentRss><comments>http://blogs.msdn.com/b/prash/archive/2011/06/11/migrating-ssrs-2008-r2-sharepoint-mode-from-one-sharepoint-farm-to-another.aspx#comments</comments><description>&lt;p&gt;In general, master copies of SSRS Content types items like Reports (.&lt;span&gt;&lt;span&gt;rdl&lt;/span&gt;&lt;/span&gt;), data sources (.&lt;span&gt;&lt;span&gt;rsds&lt;/span&gt;&lt;/span&gt;), semantic models (.&lt;span&gt;&lt;span&gt;smdl&lt;/span&gt;&lt;/span&gt;) etc. are stored in the &lt;span&gt;&lt;span&gt;SharePoint&lt;/span&gt;&lt;/span&gt; content DB and cached on-demand by SSRS in the RS catalog. Additionally, report / data source &lt;span&gt;&lt;span&gt;metadata&lt;/span&gt;&lt;/span&gt; like subscriptions, schedules, snapshots, stored credentials etc. are exclusively stored in the RS catalog. Having said that, all these reporting items stored or cached within the RS catalog are associated / linked with&amp;nbsp;where they are&amp;nbsp;stored in &lt;span&gt;&lt;span&gt;SharePoint&lt;/span&gt;&lt;/span&gt;. These associations generally comprise the SharePoint site GUID, relative paths &lt;span&gt;&lt;span&gt;wrt&lt;/span&gt;&lt;/span&gt; to the &lt;span&gt;&lt;span&gt;SharePoint&lt;/span&gt;&lt;/span&gt; root site, etc. Hence, in general a large portion of data stored in the Report Server catalog DB in &lt;span&gt;&lt;span&gt;SharePoint&lt;/span&gt;&lt;/span&gt; mode is relative to or dependent on &lt;span&gt;&lt;span&gt;SharePoint&lt;/span&gt;&lt;/span&gt; content/ sites. As a result, simply migrating the backed up reporting services database into another &lt;span&gt;&lt;span&gt;SharePoint&lt;/span&gt;&lt;/span&gt; farm is not going to work in every case.&lt;/p&gt;
&lt;p&gt;&lt;a title="SSRS migration (with backup and restore)" href="http://msdn.microsoft.com/en-us/library/ms155814.aspx" _mce_href="http://msdn.microsoft.com/en-us/library/ms155814.aspx"&gt;SSRS migration (with backup and restore)&lt;/a&gt;&amp;nbsp;needs to be step-by-step with &lt;span&gt;&lt;span&gt;SharePoint&lt;/span&gt;&lt;/span&gt; configuration / content DB migration. Hence the best practice / supported means:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;When the entire &lt;span&gt;&lt;span&gt;SharePoint&lt;/span&gt;&lt;/span&gt; farm with its content &lt;span&gt;&lt;span&gt;DBs&lt;/span&gt;&lt;/span&gt; as well is migrated to a new &lt;span&gt;&lt;span&gt;SharePoint&lt;/span&gt;&lt;/span&gt; Farm then you should consider migrating the SSRS catalog &lt;span&gt;&lt;span&gt;DBs&lt;/span&gt;&lt;/span&gt; as well via steps identified at &lt;a title="SSRS migration (with backup and restore)" href="http://msdn.microsoft.com/en-us/library/ms155814.aspx" _mce_href="http://msdn.microsoft.com/en-us/library/ms155814.aspx"&gt;SSRS migration (with backup and restore)&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;When only SSRS &lt;span&gt;&lt;span&gt;DBs&lt;/span&gt;&lt;/span&gt; are being migrated from one &lt;span&gt;&lt;span&gt;SharePoint&lt;/span&gt;&lt;/span&gt; farm to a completely different farm without also migrating all the &lt;span&gt;&lt;span&gt;SharePoint&lt;/span&gt;&lt;/span&gt; content &lt;span&gt;&lt;span&gt;DBs&lt;/span&gt;&lt;/span&gt;, then RS catalog DB migration is not the recommended nor supported means. The right means in this case is migrate the SSRS data using tools like &lt;a href="http://msdn.microsoft.com/en-us/library/ms162839.aspx" _mce_href="http://msdn.microsoft.com/en-us/library/ms162839.aspx"&gt;&lt;span&gt;rs.&lt;span&gt;exe&lt;/span&gt; utility in SSRS 2008 R2&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10173546" width="1" height="1"&gt;</description></item><item><title>Configuring Kerberos Authentication for SSRS 2008 R2 with SharePoint 2010. </title><link>http://blogs.msdn.com/b/prash/archive/2010/07/15/configuring-kerberos-authentication-for-ssrs-2008-r2-with-sharepoint-2010.aspx</link><pubDate>Thu, 15 Jul 2010 19:20:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10038797</guid><dc:creator>Prash Shirolkar - MSFT</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/prash/rsscomments.aspx?WeblogPostID=10038797</wfw:commentRss><comments>http://blogs.msdn.com/b/prash/archive/2010/07/15/configuring-kerberos-authentication-for-ssrs-2008-r2-with-sharepoint-2010.aspx#comments</comments><description>&lt;p&gt;A&amp;nbsp;new whitepaper is being released today on "&lt;a href=" http://go.microsoft.com/fwlink/?LinkID=196600" title="Configuring Kerberos Authentication for Microsoft SharePoint 2010 Products"&gt;Configuring Kerberos Authentication for Microsoft SharePoint 2010 Products&lt;/a&gt;". Scenario #4 comprises specifics on setting this up with SQL Reporting Services entailing - dependencies, checklist, step-by-step instructions etc. Hope you find this whitepaper and Scenario #4 helpful. Looking forward to your feeedback on this. &lt;/p&gt;
&lt;p&gt;Happy Kerberos configuration in RS SharePoint integration mode!&lt;/p&gt;
&lt;p&gt;thanx,&lt;br /&gt;Prash&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10038797" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/prash/archive/tags/SSRS+SharePoint+mode+Kerberos/">SSRS SharePoint mode Kerberos</category></item><item><title>Steps to consider when Upgrading from SharePoint 2007 to 2010 with Reporting Services in SharePoint mode</title><link>http://blogs.msdn.com/b/prash/archive/2010/05/26/steps-to-consider-when-upgrading-from-sharepoint-2007-to-2010-with-reporting-services-in-sharepoint-mode.aspx</link><pubDate>Wed, 26 May 2010 20:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10015891</guid><dc:creator>Prash Shirolkar - MSFT</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/prash/rsscomments.aspx?WeblogPostID=10015891</wfw:commentRss><comments>http://blogs.msdn.com/b/prash/archive/2010/05/26/steps-to-consider-when-upgrading-from-sharepoint-2007-to-2010-with-reporting-services-in-sharepoint-mode.aspx#comments</comments><description>&lt;p&gt;Had multiple folks ask this question and there does not seem to be targeted docs as yet&amp;nbsp;in this regard, hence decided to blog on this. Hope you find it helpful. &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If you need to in-place Upgrade to SharePoint 2010 then here are the recommended sequence of steps to take with &amp;nbsp;&lt;br /&gt;&lt;strong&gt;Starting state: &lt;/strong&gt;SharePoint 2007, SQL Server 2008 Add-in and SQL Server 2008 Report Server &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Run SSRS 2008 SP1 CU8 (or higher) installer on all SSRS in SharePoint mode machines, details&amp;nbsp;and download of SP1 CU8 @&amp;nbsp; &lt;a href="http://support.microsoft.com/kb/981052"&gt;http://support.microsoft.com/kb/981052&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Run the SharePoint 2010 pre-requisite installer on all SharePoint 2007 WFEs. This should install SSRS 2008 R2 Add-in for SharePoint 2010 which should perform an in-place upgrade from the previous Add-in,&lt;/li&gt;
&lt;li&gt;Run SharePoint 2010 setup on all SharePoint 2007 WFEs and Report Server machine(s).&lt;/li&gt;
&lt;/ol&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="PADDING-LEFT: 30px"&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ending state: &lt;/strong&gt;SharePoint 2010, SSRS 2008 R2 Add-in, SSRS 2008 Sp1 + CU#8 Report Server&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If you need to in-place Upgrade to SharePoint 2010 and SSRS 2008 R2 Report Server then here are the recommended sequence of steps to take with &lt;br /&gt;&lt;strong&gt;Starting state(s)&lt;/strong&gt;: SharePoint 2007, SQL Server 2008 Add-in and SQL Server 2008 Report Server&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;ol&gt;
&lt;li&gt;Run SSRS 2008 R2 setup on existing SSRS&amp;nbsp;Report Server instances. This should perform an in-place upgrade of the existing report server instance to SSRS 2008 R2.&lt;/li&gt;
&lt;li&gt;Run the SharePoint 2010 pre-requisite installer on all SharePoint 2007 WFEs. This should install SSRS 2008 R2 Add-in for SharePoint 2010 which should perform an in-place upgrade from the previous Add-in,&lt;/li&gt;
&lt;li&gt;Run SharePoint 2010 setup on all SharePoint 2007 WFEs and Report Server machine(s).&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="PADDING-LEFT: 30px"&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp; Ending state&lt;/strong&gt;: SharePoint 2010, SSRS 2008 R2 Add-in, SSRS 2008 R2 Report Server&lt;/p&gt;
&lt;p&gt;For SQL Server 2005 SP2&amp;nbsp;/ SP3&amp;nbsp;report server in SharePoint mode versions, step 1 (from above scenarios) comprises upgrading to SSRS 2008 SP1 + CU8 OR&amp;nbsp;SSRS 2008 R2 followed by steps 2 and 3( from above scenarios) when upgrading to SharePoint 2010.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10015891" width="1" height="1"&gt;</description></item><item><title>Integrating SSRS 2008 R2 RTM with SharePoint 2007</title><link>http://blogs.msdn.com/b/prash/archive/2010/05/05/integrating-ssrs-2008-r2-rtm-with-sharepoint-2007.aspx</link><pubDate>Wed, 05 May 2010 18:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10007964</guid><dc:creator>Prash Shirolkar - MSFT</dc:creator><slash:comments>12</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/prash/rsscomments.aspx?WeblogPostID=10007964</wfw:commentRss><comments>http://blogs.msdn.com/b/prash/archive/2010/05/05/integrating-ssrs-2008-r2-rtm-with-sharepoint-2007.aspx#comments</comments><description>&lt;p minmax_bound="true"&gt;The SSRS 2008 R2 Report Server in&amp;nbsp;SharePoint mode&amp;nbsp;allows&amp;nbsp;integrating with SharePoint 2007: &amp;nbsp;&lt;/p&gt;
&lt;ul minmax_bound="true"&gt;
&lt;li minmax_bound="true"&gt;&lt;strong&gt;Supported configuration&lt;/strong&gt;: SSRS 2008 R2 is supported on SharePoint 2007 with the SSRS 2008&amp;nbsp;RS Add-in for SharePoint version &lt;span style="text-decoration: underline;"&gt;SP2&lt;/span&gt; onwards. This can now be downloaded from : &lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=35c3a13f-4b5e-4d4a-86e4-07ee307b9638&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/en/details.aspx?FamilyID=35c3a13f-4b5e-4d4a-86e4-07ee307b9638&amp;amp;displaylang=en&lt;/a&gt;. Additionally, details on SP2 can be found @ &lt;a href="http://blogs.technet.com/b/dataplatforminsider/archive/2010/09/29/sql-server-2008-sp2-is-available-for-download-today.aspx"&gt;http://blogs.technet.com/b/dataplatforminsider/archive/2010/09/29/sql-server-2008-sp2-is-available-for-download-today.aspx&lt;/a&gt;&amp;nbsp;&lt;br /&gt;(outdated information: &lt;span style="text-decoration: line-through;"&gt;The timeline for SP2 is no earlier than Sept. 2010, having said that you can consider trying out the functionality / this configuration using&amp;nbsp;the latest SSRS 2008 SP2 CTP version of this Add-in available @ &lt;/span&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=65606fdd-093f-4c70-91f6-dc1f24520e8f&amp;amp;displaylang=en"&gt;&lt;span style="text-decoration: line-through;"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=65606fdd-093f-4c70-91f6-dc1f24520e8f&amp;amp;displaylang=en&lt;/span&gt;&lt;/a&gt;&lt;span style="text-decoration: line-through;"&gt;&amp;nbsp;&lt;/span&gt;)&lt;/li&gt;
&lt;li minmax_bound="true"&gt;&lt;strong&gt;Features available:&amp;nbsp;&amp;nbsp;&lt;/strong&gt;In this configuration features available include&amp;nbsp;Alternate Access Mapping, SharePoint List Reporting extension in connected mode, Report Builder 3.0 with Report Parts, ATOM Renderer,&amp;nbsp;RS.EXE enabled to script against SharePoint mode, etc. &lt;/li&gt;
&lt;li minmax_bound="true"&gt;&lt;strong&gt;Features not available:&lt;/strong&gt; Key features not avilable include Out-of-the-box (OOTB) Local mode reporting,&amp;nbsp;AJAX ReportViewer, ULS logging,&amp;nbsp;etc.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p minmax_bound="true"&gt;For details on features supported by SSRS 2008 R2 Report Server with SharePoint 2007 refer to &lt;a href="http://msdn.microsoft.com/en-us/library/bb326290(v=SQL.105).aspx"&gt;http://msdn.microsoft.com/en-us/library/bb326290(v=SQL.105).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p minmax_bound="true"&gt;HTH,&lt;br minmax_bound="true" /&gt;Prash&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10007964" width="1" height="1"&gt;</description></item><item><title>Integrating SSRS 2008 R2 RTM with SharePoint 2010 RTM</title><link>http://blogs.msdn.com/b/prash/archive/2010/04/26/integrating-ssrs-r2-rtm-with-sharepoint-2010-rtm.aspx</link><pubDate>Mon, 26 Apr 2010 18:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10002728</guid><dc:creator>Prash Shirolkar - MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/prash/rsscomments.aspx?WeblogPostID=10002728</wfw:commentRss><comments>http://blogs.msdn.com/b/prash/archive/2010/04/26/integrating-ssrs-r2-rtm-with-sharepoint-2010-rtm.aspx#comments</comments><description>&lt;p&gt;The SSRS 2008 R2 release in&amp;nbsp;SharePoint mode allows two forms of reporting: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Out-of-the-box (OOTB) Local mode reporting&lt;/strong&gt;: In this case, SSRS 2008 R2 introduces the ability to render reports without an integrated&amp;nbsp;Report server. Details on local mode reporting with SharePoint integration can be found @ &lt;a href="http://msdn.microsoft.com/en-us/library/ff487969(v=SQL.105).aspx"&gt;http://msdn.microsoft.com/en-us/library/ff487969(v=SQL.105).aspx&lt;/a&gt;. From an install prespective you only need to install &lt;a href="http://download.microsoft.com/download/1/0/F/10F1C44B-6607-41ED-9E82-DF7003BFBC40/1033/x64/rsSharePoint.msi"&gt;SSRS 2008 R2 RTM Add-in for SharePoint 2010&lt;/a&gt; on&amp;nbsp;SharePoint 2010 RTM Web-front-end(s) to have the ability to render uploaded / canned reports (.rdl files) for:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;SharePoint Lists reports:&amp;nbsp;available in SharePoint 2010 Foundation Editions or higher.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Access reports: available in SharePoint 2010 Editions that&amp;nbsp;Access Services is supported in.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;Point to note: You need to turn on ASP.Net Session state as well,&amp;nbsp;by opening the SharePoint Management Shell and&amp;nbsp;entering the command - Enable-SPSessionStateService. Next, the command will ask for&amp;nbsp;a DatabaseName value that you can provide say "MySessionDB".&amp;nbsp;Finally, perform an IIS reset.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Connected mode Reporting&lt;/strong&gt;: This form of reporting is allowed when you have an SSRS Report Server integrated into the SharePoint farm as well to enable&amp;nbsp;full end-to-end reporting that existed in prior versions and is now available in SharePoint 2010&amp;nbsp;with&amp;nbsp;the&amp;nbsp;SSRS R2 RTM Add-in for SharePoint 2010. Details on configuring connected mode @ &lt;a href="http://msdn.microsoft.com/en-us/library/bb326213(v=SQL.105).aspx"&gt;http://msdn.microsoft.com/en-us/library/bb326213(v=SQL.105).aspx&lt;/a&gt;. There are 2 report server major versions that can be used in this form of reporting for SharePoint 2010:&amp;nbsp;&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;SSRS 2008 R2 RTM report server&lt;/strong&gt;: In this case, with &lt;a href="http://download.microsoft.com/download/1/0/F/10F1C44B-6607-41ED-9E82-DF7003BFBC40/1033/x64/rsSharePoint.msi"&gt;SSRS 2008 R2 RTM Add-in for SharePoint 2010&lt;/a&gt; and SharePoint 2010 refer to the&amp;nbsp;what's new in SSRS R2 functionality for information on what all is supported @ &lt;a href="http://msdn.microsoft.com/en-us/library/ee210710(v=SQL.105).aspx"&gt;http://msdn.microsoft.com/en-us/library/ee210710(v=SQL.105).aspx&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SSRS 2008 Report Server&lt;/strong&gt;: A&amp;nbsp;&lt;span style="text-decoration: underline;"&gt;patch&lt;/span&gt;&amp;nbsp;is needed for SSRS 2008 Report Server&amp;nbsp;SP1&amp;nbsp;&lt;span style="text-decoration: underline;"&gt;CU8&lt;/span&gt; (&lt;span style="text-decoration: line-through;"&gt;planned for &lt;/span&gt;released in May, 2010 @ &lt;a href="http://support.microsoft.com/kb/981702/en-us"&gt;http://support.microsoft.com/kb/981702/en-us&lt;/a&gt;) to enable its support&amp;nbsp;with SharePoint 2010 and SSRS R2 RTM Add-in for SharePoint 2010. Additionally, in this configuration existing SSRS 2008 in SharePoint mode&amp;nbsp;functionality that SharePoint 2010&amp;nbsp;supports via backward compatiblity with SharePoint 2007 is available / supported . New SSRS 2008 R2 in SharePoint mode functionality like Alternate Access mapping, Access Reporting, SharePoint List reporting,&amp;nbsp;etc.&amp;nbsp;OR new SharePoint 2010 functionality like Claims etc.&amp;nbsp;is &lt;span style="text-decoration: underline;"&gt;not &lt;/span&gt;supported in this configuration.&lt;/li&gt;
&lt;/ol&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;thanx,&lt;br /&gt;Prash&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10002728" width="1" height="1"&gt;</description></item><item><title>Error installing rsSharePoint.msi on Windows 2008 </title><link>http://blogs.msdn.com/b/prash/archive/2009/09/01/error-installing-rssharepoint-msi-on-windows-2008.aspx</link><pubDate>Tue, 01 Sep 2009 19:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9889967</guid><dc:creator>Prash Shirolkar - MSFT</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/prash/rsscomments.aspx?WeblogPostID=9889967</wfw:commentRss><comments>http://blogs.msdn.com/b/prash/archive/2009/09/01/error-installing-rssharepoint-msi-on-windows-2008.aspx#comments</comments><description>&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;When installing the rsSharePoint.msi on Windows 2008 you need to ensure you run it with "Run As Administrator". &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;Having said that, in multi-machine scenarios you may run into an error along the lines &lt;SPAN style="COLOR: #1f497d"&gt;“Insufficient SQL database permissions for user ‘SYSTEM’ in database Sharepoint_AdminContent_&amp;lt;guid&amp;gt;….". &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;The root cause, is&amp;nbsp;on Windows 2008 or higher version OS's rsSharePoint.msi&amp;nbsp;run its custom action (rscustomaction.exe) to install and active the RS feature in SharePoint as SYSTEM, which is known to fail in multi-machine scenarios. &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;Here is the means to workaround this issue:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;Open a command prompt with “Run as Administrator…” &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 140%; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Run &lt;B&gt;rsSharePoint.msi SKIPCA=1.&lt;/B&gt; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 140%; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 140%; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Locate rsCustomAction.exe file on the file system. This file is copied to your computer by rsSharePoint.msi and is generally located in the %Temp% directory.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 140%; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 140%; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;Run &lt;B style="mso-bidi-font-weight: normal"&gt;rsCustomAction.exe /i&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 140%; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 2.05pt; VERTICAL-ALIGN: top; LINE-HEIGHT: 140%; mso-margin-top-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; LINE-HEIGHT: 140%; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;We are currently working on fixing this issue in rsSharePoint.msi within the SSRS 2008 R2 timeline.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 2.05pt; VERTICAL-ALIGN: top; LINE-HEIGHT: 140%; mso-margin-top-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; LINE-HEIGHT: 140%; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 2.05pt; VERTICAL-ALIGN: top; LINE-HEIGHT: 140%; mso-margin-top-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; LINE-HEIGHT: 140%; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 2.05pt; VERTICAL-ALIGN: top; LINE-HEIGHT: 140%; mso-margin-top-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; LINE-HEIGHT: 140%; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;Prash&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; LINE-HEIGHT: 140%; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9889967" width="1" height="1"&gt;</description></item><item><title>Integrating SSRS with SharePoint 2010 Beta 1 / Beta 2 </title><link>http://blogs.msdn.com/b/prash/archive/2009/07/30/how-do-i-get-a-report-server-integrated-with-moss-2010-beta-1.aspx</link><pubDate>Thu, 30 Jul 2009 05:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9852965</guid><dc:creator>Prash Shirolkar - MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/prash/rsscomments.aspx?WeblogPostID=9852965</wfw:commentRss><comments>http://blogs.msdn.com/b/prash/archive/2009/07/30/how-do-i-get-a-report-server-integrated-with-moss-2010-beta-1.aspx#comments</comments><description>&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;STRONG&gt;Warning&lt;/STRONG&gt;: &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Recommended&amp;nbsp;version of Report Server&amp;nbsp;for use with SharePoint 2010 Beta1 is&amp;nbsp;SSRS 2008 R2 CTP2 / CTP3&amp;nbsp;&lt;U&gt;only&lt;/U&gt;. The only version of SSRS Add-in for SharePoint with SharePoint 2010 Beta 2 is &lt;A href="javascript:TINYMCE_UNIQUEURL();"&gt;SSRS 2008 R2 November CTP Add-in&lt;/A&gt;. Using SSRS 2008 with Beta product&amp;nbsp;- MOSS Beta 1&amp;nbsp;or Beta 2 is expected to work, however it is not a supported scenario&amp;nbsp;esp. in&amp;nbsp;production environments and has not been extensively tested at the&amp;nbsp;time of publishing this blog. Hence,&amp;nbsp;please proceed with utmost caution by backing up any&amp;nbsp;previous data, etc. before&amp;nbsp;trying out the&amp;nbsp;steps below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;&lt;STRONG&gt;Enabling SSRS 2008 report server to load SharePoint 2010 Beta1&lt;/STRONG&gt; (Ignore this step for SharePoint 2010 Beta 2, because it is expected to support ASP .Net assembly binding redirect out-of-the box): Use ASP.Net assembly binding redirect to ensure&amp;nbsp;an existing SSRS 2008&amp;nbsp;can load SharePoint 14 assemblies, details @ &lt;A href="http://msdn.microsoft.com/en-us/library/2fc472t2(VS.80).aspx" mce_href="http://msdn.microsoft.com/en-us/library/2fc472t2(VS.80).aspx"&gt;http://msdn.microsoft.com/en-us/library/2fc472t2(VS.80).aspx&lt;/A&gt;. Here is the entry&amp;nbsp;to add under&amp;nbsp;&amp;lt;System.data&amp;gt; element tags in&amp;nbsp;%windir%\Microsoft.NET\Framework64\v2.0.50727\CONFIG\machine.config&lt;/SPAN&gt;&amp;nbsp;&lt;BR&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;runtime&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;assemblyBinding&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;xmlns&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;urn:schemas-microsoft-com:asm.v1&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;dependentAssembly&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;xmlns&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;urn:schemas-microsoft-com:asm.v1&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;assemblyIdentity&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;xmlns&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;urn:schemas-microsoft-com:asm.v1&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;name&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Microsoft.SharePoint&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;publicKeyToken&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;71e9bce111e9429c&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;culture&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;neutral&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt; /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;bindingRedirect&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;xmlns&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;urn:schemas-microsoft-com:asm.v1&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;oldVersion&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;12.0.0.0&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;newVersion&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;14.0.0.0&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt; /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;dependentAssembly&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;assemblyBinding&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&amp;lt;/&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;runtime&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;STRONG&gt;Integrating SSRS&amp;nbsp;Add-in&lt;/STRONG&gt;&amp;nbsp;with&amp;nbsp;SharePoint 2010 Beta2: SSRS 208 R2 November CTP ships an SSRS 2008 R2 November CTP Add-in for SharePoint 2010 @ &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=16bb10f9-3acc-4551-bacc-bdd266da1d45&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=16bb10f9-3acc-4551-bacc-bdd266da1d45&amp;amp;displaylang=en&lt;/A&gt;. This the only SSRS Add-in supported with SharePoint 2010 Beta2 and can be installed prior to installing SharePoint 2010 Beta 2.&amp;nbsp;It also&amp;nbsp;supportsinstalling after&amp;nbsp;SharePoint 2010 is&amp;nbsp;installed. Having said that, the recommended means to&lt;/SPAN&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Installing SSRS 2008 R2 Nov. CTP Add-in before installing SharePoint 2010 Beta 2 WFEs&lt;/SPAN&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Install rsSharePoint.msi (ships starting with SSRS 2008 R2 November CTP)&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Install SharePoint 2010 Beta 2&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Run SharePoint 2010 Beta 2&amp;nbsp; configuration wizard&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;After&amp;nbsp;this will activate the&amp;nbsp;feature in the Central Admin site, however not in the SharePoint 2010 content sites&amp;nbsp; because no Report Server has been integrated into SharePoint 2010. In this state (called as Local mode) SSRS supports out-of-the-box rendering only of 2 types of reports - Access and SharePoint List reports. &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;After successfull installation, configuring an integrated SSRS instance with SharePoint 2010 Beta2 entails:&lt;/SPAN&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Goto the "Reporting Services Integration" web page in the "Application Management" in Central Administration,&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Provide the Report Server URL, Authentication Type and credentails and Press Apply. &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;For additional instances of Reportings Services when you ahve configured&amp;nbsp;SSRS in&amp;nbsp;Scale-out configuration use the "Add an SSRS instance to the Integration" web page. &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;STRONG&gt;Integrating SSRS&amp;nbsp;Add-in&lt;/STRONG&gt;&amp;nbsp;that ships&amp;nbsp;in MOSS 2010 Beta1: (&lt;STRONG&gt;Note&lt;/STRONG&gt;: SSRS Add-in is not supported with WSS 2010 Beta1.) Just like in prior versions of the SSRS Add-in for SharePoint you need to belong to the SharePoint Farm Administrator group to perform the following steps and step 1 also&amp;nbsp;requires local admin credentials&amp;nbsp;for the SSRS machine.&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&lt;/LI&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Provision SSRS 2008 to access MOSS 2010 Beta1:&lt;/SPAN&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Browse to "SharePoint Central Administration" -&amp;gt; "General Application Settings" -&amp;gt; "&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: SimSun; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"&gt;Add a Report Server to the integration"&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt; pages,&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Provide the machine name, instance name and press "OK", and&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Provide credentials in the credentials dialog box and press "OK".&lt;/SPAN&gt; &lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Update Report Server URL and Authentication mode by running the powershell code below:&lt;/SPAN&gt;&lt;BR&gt;echo "Loading Microsoft.SharePoint.Administration..."&lt;BR&gt;[reflection.assembly]::LoadWithPartialName(“Microsoft.SharePoint.Administration”)&lt;BR&gt;$services = [Microsoft.SharePoint.Administration.SPFarm]::Local.Services&lt;BR&gt;foreach ($service in $services) { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ([string]::Compare($service.Name, "ReportingService", $True) -eq 0) {&amp;nbsp;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ##### Set Report Server Web Service URL&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $service.RSServerUrl = "&lt;A href="http://&lt;RS_Server_Name&gt;:&lt;RS_Server_port&gt;/&lt;RS_Web_Service_VDir"&gt;http://&amp;lt;RS_Server_Name&amp;gt;:&amp;lt;RS_Server_port&amp;gt;/&amp;lt;RS_Web_Service_VDir&lt;/A&gt;&amp;gt;";&amp;nbsp;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ##### Set Authentication&amp;nbsp;mode to "Windows" or "Trusted" &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $service.AuthenticationType ="Windows";&amp;nbsp;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $service.Update(); &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo $service;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR&gt;}&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Activate the RS feature in&amp;nbsp;all of MOSS 2010 Beta 1's content sites (Ignore for with SharePoint 2010 Beta2 and SSRS 2008 R2 November CTP Add-in for SharePoint 2010):&lt;/SPAN&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Copy the attached RSIntegrationResults.aspx page into the %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\TEMPLATE\LAYOUTS\ReportServer folder. ***&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Browse to "SharePoint Central Administration" -&amp;gt; "General Application Settings" -&amp;gt; "Reporting Services Integration" page, and&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Press OK,&lt;/SPAN&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;*** Note: This is a bug, wherein RSIntegrationResults.aspx page was not included amongst the SSRS Add-in for SharePoint files in MOSS 2010 Beta1. Hence, if you press OK without copying this page you will notice a&amp;nbsp;generic SharePoint error page being shown on successful completion of activating the RS feature.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9852965" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-components-postattachments/00-09-85-29-65/RSIntegrationResults.aspx" length="862" type="application/xml" /></item><item><title>Passing URL report parameters to Reports in SharePoint Document Library in SSRS 2008 &amp; R2</title><link>http://blogs.msdn.com/b/prash/archive/2009/01/21/passing-url-report-parameters-to-reports-in-sharepoint-document-library-in-ssrs-2008.aspx</link><pubDate>Wed, 21 Jan 2009 20:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9359827</guid><dc:creator>Prash Shirolkar - MSFT</dc:creator><slash:comments>12</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/prash/rsscomments.aspx?WeblogPostID=9359827</wfw:commentRss><comments>http://blogs.msdn.com/b/prash/archive/2009/01/21/passing-url-report-parameters-to-reports-in-sharepoint-document-library-in-ssrs-2008.aspx#comments</comments><description>&lt;p&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;Passing URL report parameters directly to a report in a SharePoint Document Library is enabled in the &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=1E53F882-0C16-4847-B331-132274AE8C84&amp;amp;displaylang=en" target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=1E53F882-0C16-4847-B331-132274AE8C84&amp;amp;displaylang=en"&gt;&lt;span style="mso-bidi-font-size: 11.0pt" mce_style="mso-bidi-font-size: 11.0pt"&gt;&lt;span style="FONT-FAMILY: ; COLOR: #800080" mce_style="FONT-FAMILY: ; COLOR: #800080"&gt;SQL Server Reporting Services 2008 Integration with SharePoint Add-in&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;. &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-bidi-font-size: 11.0pt" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;Why? &lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;Key intent is to allow&amp;nbsp;specifying non-default report parameter values when rendering of a report in full-page view in SharePoint.&amp;nbsp;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-bidi-font-size: 11.0pt" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;How do you use&amp;nbsp;this feature?&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;Simply add-on the URL report parameters onto the URL displayed in SharePoint when viewing a report in full page view.&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul type=disc&gt;
&lt;li style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo1; tab-stops: list .5in" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo1; tab-stops: list .5in"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;When a report is rendered in full-page view in SharePoint, the URL is displayed in the following format: &lt;a href="http://%3csharepoint_site%3e/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl=/%3cSharePoint_Document_Library%3e/%3cReport_Name%3e.rdl" mce_href="http://%3csharepoint_site%3e/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl=/%3cSharePoint_Document_Library%3e/%3cReport_Name%3e.rdl"&gt;&lt;span style="mso-bidi-font-size: 11.0pt" mce_style="mso-bidi-font-size: 11.0pt"&gt;http://&amp;lt;SharePoint_site&amp;gt;/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl=/&amp;lt;SharePoint_Document_Library&amp;gt;/&amp;lt;Report_Name&amp;gt;.rdl&lt;/span&gt;&lt;/a&gt;. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo1; tab-stops: list .5in" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo1; tab-stops: list .5in"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;In SSRS 2008, you specify a report parameter&amp;nbsp;name and value pair by explicitly specifying the prefix "&lt;/span&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-bidi-font-size: 11.0pt" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;rp&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;:". Here is an example to add-on a parameter with name "Month" that accepts a string value: &lt;a href="http://%3csharepoint_site%3e/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl=/%3cSharePoint_Document_Library%3e/%3cReport_Name%3e.rdl&amp;amp;rp:Month=January" mce_href="http://%3csharepoint_site%3e/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl=/%3cSharePoint_Document_Library%3e/%3cReport_Name%3e.rdl&amp;amp;rp:Month=January"&gt;&lt;span style="mso-bidi-font-size: 11.0pt" mce_style="mso-bidi-font-size: 11.0pt"&gt;http://&amp;lt;SharePoint_site&amp;gt;/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl=/&amp;lt;SharePoint_Document_Library&amp;gt;/&amp;lt;Report_Name&amp;gt;.rdl&lt;b&gt;&amp;amp;rp:Month=January&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo1; tab-stops: list .5in" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo1; tab-stops: list .5in"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;You can also specify a fixed set of ReportViewer parameters to alter full-page rendering experience. These ReportViewer parameters need to be explicitly prefixed by "&lt;/span&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-bidi-font-size: 11.0pt" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;rv:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;".&amp;nbsp;Here is an example of rendering the report with the parameters area collapsed: &lt;a href="http://%3csharepoint_site%3e/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl=/%3cSharePoint_Document_Library%3e/%3cReport_Name%3e.rdl&amp;amp;rv:ParamMode=Collapsed&amp;amp;rp:Month=January" mce_href="http://%3csharepoint_site%3e/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl=/%3cSharePoint_Document_Library%3e/%3cReport_Name%3e.rdl&amp;amp;rv:ParamMode=Collapsed&amp;amp;rp:Month=January"&gt;&lt;span style="mso-bidi-font-size: 11.0pt" mce_style="mso-bidi-font-size: 11.0pt"&gt;http://&amp;lt;SharePoint_site&amp;gt;/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl=/&amp;lt;SharePoint_Document_Library&amp;gt;/&amp;lt;Report_Name&amp;gt;.rdl&lt;b&gt;&amp;amp;rv:ParamMode=Collapsed&lt;/b&gt;&amp;amp;rp:Month=January&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt 0.25in; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt 0.25in; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"&gt;&lt;b style="mso-bidi-font-weight: normal" mce_style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;Examples&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;: Here&amp;nbsp;are&amp;nbsp;examples using&amp;nbsp;the &lt;a href="http://www.codeplex.com/MSFTRSProdSamples/Wiki/View.aspx?title=SS2008%21AdventureWorks%20Sample%20Reports&amp;amp;referringTitle=Home" target=_blank mce_href="http://www.codeplex.com/MSFTRSProdSamples/Wiki/View.aspx?title=SS2008%21AdventureWorks%20Sample%20Reports&amp;amp;referringTitle=Home"&gt;&lt;span style="mso-bidi-font-size: 11.0pt" mce_style="mso-bidi-font-size: 11.0pt"&gt;&lt;span style="FONT-FAMILY: ; COLOR: #800080" mce_style="FONT-FAMILY: ; COLOR: #800080"&gt;Adventureworks sample reports&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;assumed to be stored in SharePoint document library: &lt;a href="http://%3csharepoint_site%3e/Reports/ReportsLibrary" mce_href="http://%3csharepoint_site%3e/Reports/ReportsLibrary"&gt;http://&amp;lt;SharePoint_site&amp;gt;/Reports/ReportsLibrary&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo2; tab-stops: list .5in; mso-add-space: auto" class=MsoListParagraphCxSpFirst mce_style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo2; tab-stops: list .5in; mso-add-space: auto"&gt;&lt;span style="FONT-FAMILY: Symbol; FONT-SIZE: 10pt; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;span style="mso-list: Ignore" mce_style="mso-list: Ignore"&gt;·&lt;span style="FONT: 7pt 'Times New Roman'" mce_style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;Render the AdventureWorks "Employee Sales Summary" report for 'Syed Abbas' for 'January' / '2004' with&amp;nbsp;ReportViewer Toolbar showing pagination only: &lt;a href="http://%3csharepoint_site%3e/Reports/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl=/Reports/ReportsLibrary/Employee%20Sales%20Summary.rdl&amp;amp;rv:ToolBar=Navigation&amp;amp;rp:EmpID=288&amp;amp;rp:ReportMonth=1&amp;amp;rp:ReportYear=2004" mce_href="http://%3csharepoint_site%3e/Reports/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl=/Reports/ReportsLibrary/Employee%20Sales%20Summary.rdl&amp;amp;rv:ToolBar=Navigation&amp;amp;rp:EmpID=288&amp;amp;rp:ReportMonth=1&amp;amp;rp:ReportYear=2004"&gt;http://&amp;lt;SharePoint_site&amp;gt;/Reports/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl=/Reports/ReportsLibrary/Employee%20Sales%20Summary.rdl&lt;b style="mso-bidi-font-weight: normal" mce_style="mso-bidi-font-weight: normal"&gt;&amp;amp;rv:ToolBar=Navigation&amp;amp;rp:EmpID=288&amp;amp;rp:ReportMonth=1&amp;amp;rp:ReportYear=2004&lt;/b&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 10pt 0.5in; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo2; tab-stops: list .5in; mso-add-space: auto" class=MsoListParagraphCxSpLast mce_style="MARGIN: 0in 0in 10pt 0.5in; TEXT-INDENT: -0.25in; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo2; tab-stops: list .5in; mso-add-space: auto"&gt;&lt;span style="FONT-FAMILY: Symbol; FONT-SIZE: 10pt; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;span style="mso-list: Ignore" mce_style="mso-list: Ignore"&gt;·&lt;span style="FONT: 7pt 'Times New Roman'" mce_style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;Render the AdventureWorks&amp;nbsp;'Product Catalog' report with&amp;nbsp;the Document Map Area collapsed and no Header Area: &lt;a href="http://%3csharepoint_site%3e/Reports/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl=/Reports/ReportsLibrary/Product%20Catalog.rdl&amp;amp;rv:HeaderArea=None&amp;amp;rv:DocMapMode=Collapsed" mce_href="http://%3csharepoint_site%3e/Reports/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl=/Reports/ReportsLibrary/Product%20Catalog.rdl&amp;amp;rv:HeaderArea=None&amp;amp;rv:DocMapMode=Collapsed"&gt;http://&amp;lt;SharePoint_site&amp;gt;/Reports/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl=/Reports/ReportsLibrary/Product%20Catalog.rdl&lt;b style="mso-bidi-font-weight: normal" mce_style="mso-bidi-font-weight: normal"&gt;&amp;amp;rv:HeaderArea=None&amp;amp;rv:DocMapMode=Collapsed&lt;/b&gt;&lt;/a&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-bidi-font-size: 11.0pt" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;ReportViewer parameters&amp;nbsp;for controlling full-page report rendering&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"&gt;
&lt;table style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; MARGIN: auto auto auto 9.9pt; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none; mso-border-alt: solid #4F81BD 1.0pt; mso-border-themecolor: accent1; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt" class=LightGrid-Accent1 border=1 cellSpacing=0 cellPadding=0 mce_style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; MARGIN: auto auto auto 9.9pt; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-border-alt: solid #4F81BD 1.0pt; mso-border-themecolor: accent1; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt"&gt;
&lt;tbody&gt;
&lt;tr style="mso-yfti-irow: -1; mso-yfti-firstrow: yes" mce_style="mso-yfti-irow: -1; mso-yfti-firstrow: yes"&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 2.25pt solid; BORDER-LEFT: #4f81bd 1pt solid; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 129.95pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #4f81bd 1pt solid; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-themecolor: accent1; mso-border-bottom-themecolor: accent1" vAlign=top width=173&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 5" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 5"&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;ReportViewer Parameter&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 2.25pt solid; BORDER-LEFT: #ece9d8; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 189.55pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #4f81bd 1pt solid; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1" vAlign=top width=253&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 1" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 1"&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;Description&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 2.25pt solid; BORDER-LEFT: #ece9d8; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 135pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #4f81bd 1pt solid; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1" vAlign=top width=180&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 1" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 1"&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;Values&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 0" mce_style="mso-yfti-irow: 0"&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #4f81bd 1pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 5.4pt; WIDTH: 129.95pt; PADDING-RIGHT: 5.4pt; BACKGROUND: #d3dfee; BORDER-TOP: #ece9d8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt; mso-background-themecolor: accent1; mso-background-themetint: 63" vAlign=top width=173&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-yfti-cnfc: 68" class=MsoNormal mce_style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 68"&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-fareast-theme-font: major-fareast" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-fareast-theme-font: major-fareast"&gt;rv:HeaderArea &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #ece9d8; PADDING-BOTTOM: 0in; PADDING-LEFT: 5.4pt; WIDTH: 189.55pt; PADDING-RIGHT: 5.4pt; BACKGROUND: #d3dfee; BORDER-TOP: #ece9d8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt; mso-background-themecolor: accent1; mso-background-themetint: 63" vAlign=top width=253&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-yfti-cnfc: 64" class=MsoNormal mce_style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 64"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'"&gt;Control how the ReportViewer web part’s header is displayed in full-page view.&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #ece9d8; PADDING-BOTTOM: 0in; PADDING-LEFT: 5.4pt; WIDTH: 135pt; PADDING-RIGHT: 5.4pt; BACKGROUND: #d3dfee; BORDER-TOP: #ece9d8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt; mso-background-themecolor: accent1; mso-background-themetint: 63" vAlign=top width=180&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-yfti-cnfc: 64" class=MsoNormal mce_style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 64"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;Full, None. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-yfti-cnfc: 64" class=MsoNormal mce_style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 64"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;Default: Full&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 1" mce_style="mso-yfti-irow: 1"&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #4f81bd 1pt solid; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 129.95pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt" vAlign=top width=173&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-yfti-cnfc: 132" class=MsoNormal mce_style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 132"&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-fareast-theme-font: major-fareast" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-fareast-theme-font: major-fareast"&gt;rv:ToolBar &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #ece9d8; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 189.55pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt" vAlign=top width=253&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-yfti-cnfc: 128" class=MsoNormal mce_style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 128"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'"&gt;Control how the ReportViewer web part’s toolbar is displayed in full-page view.&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #ece9d8; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 135pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt" vAlign=top width=180&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-yfti-cnfc: 128" class=MsoNormal mce_style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 128"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;Full, Navigation, None. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-yfti-cnfc: 128" class=MsoNormal mce_style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 128"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;Default: Full&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 2" mce_style="mso-yfti-irow: 2"&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #4f81bd 1pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 5.4pt; WIDTH: 129.95pt; PADDING-RIGHT: 5.4pt; BACKGROUND: #d3dfee; BORDER-TOP: #ece9d8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt; mso-background-themecolor: accent1; mso-background-themetint: 63" vAlign=top width=173&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-yfti-cnfc: 68" class=MsoNormal mce_style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 68"&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-fareast-theme-font: major-fareast" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-fareast-theme-font: major-fareast"&gt;rv:ParamMode &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #ece9d8; PADDING-BOTTOM: 0in; PADDING-LEFT: 5.4pt; WIDTH: 189.55pt; PADDING-RIGHT: 5.4pt; BACKGROUND: #d3dfee; BORDER-TOP: #ece9d8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt; mso-background-themecolor: accent1; mso-background-themetint: 63" vAlign=top width=253&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-yfti-cnfc: 64" class=MsoNormal mce_style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 64"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'"&gt;Control how the ReportViewer web part’s header is displayed in full-page view.&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #ece9d8; PADDING-BOTTOM: 0in; PADDING-LEFT: 5.4pt; WIDTH: 135pt; PADDING-RIGHT: 5.4pt; BACKGROUND: #d3dfee; BORDER-TOP: #ece9d8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt; mso-background-themecolor: accent1; mso-background-themetint: 63" vAlign=top width=180&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-yfti-cnfc: 64" class=MsoNormal mce_style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 64"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;Full, Collapsed, Hidden.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-yfti-cnfc: 64" class=MsoNormal mce_style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 64"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial"&gt;Default: Full&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 3" mce_style="mso-yfti-irow: 3"&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #4f81bd 1pt solid; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 129.95pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt" vAlign=top width=173&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 132" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 132"&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;rv:AsyncRender&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #ece9d8; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 189.55pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt" vAlign=top width=253&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 128" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 128"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'"&gt;Control whether the report is rendered asynchronously or synchronously.&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #ece9d8; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 135pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt" vAlign=top width=180&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 128" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 128"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;true, false.&lt;br /&gt;Default: true&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 4" mce_style="mso-yfti-irow: 4"&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #4f81bd 1pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 5.4pt; WIDTH: 129.95pt; PADDING-RIGHT: 5.4pt; BACKGROUND: #d3dfee; BORDER-TOP: #ece9d8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt; mso-background-themecolor: accent1; mso-background-themetint: 63" vAlign=top width=173&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 68" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 68"&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-fareast-theme-font: major-fareast; mso-bidi-theme-font: major-bidi" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-fareast-theme-font: major-fareast; mso-bidi-theme-font: major-bidi"&gt;rv:DocMapAreaWidth&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #ece9d8; PADDING-BOTTOM: 0in; PADDING-LEFT: 5.4pt; WIDTH: 189.55pt; PADDING-RIGHT: 5.4pt; BACKGROUND: #d3dfee; BORDER-TOP: #ece9d8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt; mso-background-themecolor: accent1; mso-background-themetint: 63" vAlign=top width=253&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 64" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 64"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'"&gt;Control the display width in pixels of the ReportViewer web part’s Document Map area.&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #ece9d8; PADDING-BOTTOM: 0in; PADDING-LEFT: 5.4pt; WIDTH: 135pt; PADDING-RIGHT: 5.4pt; BACKGROUND: #d3dfee; BORDER-TOP: #ece9d8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt; mso-background-themecolor: accent1; mso-background-themetint: 63" vAlign=top width=180&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 64" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 64"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;Non-negative integer &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 5; mso-yfti-lastrow: yes" mce_style="mso-yfti-irow: 5; mso-yfti-lastrow: yes"&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #4f81bd 1pt solid; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 129.95pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt" vAlign=top width=173&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 132" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 132"&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-fareast-theme-font: major-fareast; mso-bidi-theme-font: major-bidi" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-fareast-theme-font: major-fareast; mso-bidi-theme-font: major-bidi"&gt;rv:DocMapMode&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #ece9d8; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 189.55pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt" vAlign=top width=253&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 128" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 128"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'"&gt;Control the display of the Document Map area of a report.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #ece9d8; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 135pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt" vAlign=top width=180&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 128" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-yfti-cnfc: 128"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;Displayed, Collapsed, Hidden.&lt;br /&gt;Default: Dislayed&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 10pt" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt"&gt;&lt;o:p&gt;&lt;span style="FONT-FAMILY: Calibri; FONT-SIZE: small" mce_style="FONT-FAMILY: Calibri; FONT-SIZE: small"&gt;&lt;strong&gt;SQL Server Reporting Services&amp;nbsp;2008 R2 &lt;/strong&gt;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 10pt" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt"&gt;&lt;o:p&gt;&lt;span style="FONT-FAMILY: Calibri; FONT-SIZE: small" mce_style="FONT-FAMILY: Calibri; FONT-SIZE: small"&gt;In the Report Viewer that ships with the SSRS 2008 R2 Add-in for SharePoint the following new Report Viewer parameters are added:&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 10pt" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt"&gt;&lt;o:p&gt;&lt;span style="FONT-FAMILY: Calibri; FONT-SIZE: small" mce_style="FONT-FAMILY: Calibri; FONT-SIZE: small"&gt;&lt;/span&gt;&lt;/o:p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 10pt" class=MsoNormal mce_style="MARGIN: 0in 0in 10pt"&gt;&lt;o:p&gt;&lt;span style="FONT-FAMILY: Calibri; FONT-SIZE: small" mce_style="FONT-FAMILY: Calibri; FONT-SIZE: small"&gt;
&lt;table style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; MARGIN: 2.75pt auto 2.75pt 9.9pt; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none; mso-border-alt: solid #4F81BD 1.0pt; mso-border-themecolor: accent1; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-table-layout-alt: fixed; mso-table-lspace: 12.15pt; mso-table-rspace: 2.25pt; mso-table-tspace: 5.0pt; mso-table-bspace: 5.0pt; mso-table-anchor-vertical: paragraph; mso-table-anchor-horizontal: margin; mso-table-left: center; mso-table-top: 24.8pt" class=MsoNormalTable border=1 cellSpacing=0 cellPadding=0 width=565 align=left mce_style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; MARGIN: 2.75pt auto 2.75pt 9.9pt; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none; mso-border-alt: solid #4F81BD 1.0pt; mso-border-themecolor: accent1; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-table-layout-alt: fixed; mso-table-lspace: 12.15pt; mso-table-rspace: 2.25pt; mso-table-tspace: 5.0pt; mso-table-bspace: 5.0pt; mso-table-anchor-vertical: paragraph; mso-table-anchor-horizontal: margin; mso-table-left: center; mso-table-top: 24.8pt"&gt;
&lt;tbody&gt;
&lt;tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes" mce_style="mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 2.25pt solid; BORDER-LEFT: #4f81bd 1pt solid; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 113.4pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #4f81bd 1pt solid; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-themecolor: accent1; mso-border-bottom-themecolor: accent1" vAlign=top width=151&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 10pt 9pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 10pt 9pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;ReportViewer Parameter&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 2.25pt solid; BORDER-LEFT: #d4d0c8; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 157.5pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #4f81bd 1pt solid; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1" vAlign=top width=210&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 10pt 0.05in; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 10pt 0.05in; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;Description&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 2.25pt solid; BORDER-LEFT: #d4d0c8; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 153pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #4f81bd 1pt solid; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1" vAlign=top width=204&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 10pt 8.1pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 10pt 8.1pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;Values&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 1" mce_style="mso-yfti-irow: 1"&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #4f81bd 1pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 5.4pt; WIDTH: 113.4pt; PADDING-RIGHT: 5.4pt; BACKGROUND: #d3dfee; BORDER-TOP: #d4d0c8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt; mso-background-themecolor: accent1; mso-background-themetint: 63" vAlign=top width=151&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 0pt 9pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 0pt 9pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-bidi-font-weight: bold; mso-fareast-theme-font: major-fareast" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-bidi-font-weight: bold; mso-fareast-theme-font: major-fareast"&gt;rv:DockToolBar&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Times New Roman','serif'; COLOR: black; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Times New Roman','serif'; COLOR: black; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #d4d0c8; PADDING-BOTTOM: 0in; PADDING-LEFT: 5.4pt; WIDTH: 157.5pt; PADDING-RIGHT: 5.4pt; BACKGROUND: #d3dfee; BORDER-TOP: #d4d0c8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt; mso-background-themecolor: accent1; mso-background-themetint: 63" vAlign=top width=210&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 0pt 0.05in; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 0pt 0.05in; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Controls whether the ReportViewer web part’s&amp;nbsp;toolbar is docked to the top or bottom.&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #d4d0c8; PADDING-BOTTOM: 0in; PADDING-LEFT: 5.4pt; WIDTH: 153pt; PADDING-RIGHT: 5.4pt; BACKGROUND: #d3dfee; BORDER-TOP: #d4d0c8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt; mso-background-themecolor: accent1; mso-background-themetint: 63" vAlign=top width=204&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 0pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 0pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;Top, Bottom. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 0pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 0pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;Default: Top&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Times New Roman','serif'; COLOR: black; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Times New Roman','serif'; COLOR: black; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 2; mso-yfti-lastrow: yes" mce_style="mso-yfti-irow: 2; mso-yfti-lastrow: yes"&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #4f81bd 1pt solid; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 113.4pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt" vAlign=top width=151&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 0pt 9pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 0pt 9pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-bidi-font-weight: bold; mso-fareast-theme-font: major-fareast" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-bidi-font-weight: bold; mso-fareast-theme-font: major-fareast"&gt;rv:ToolBarItemsDisplayMode&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #d4d0c8; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 157.5pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt" vAlign=top width=210&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 0pt 0.05in; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 0pt 0.05in; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Controls turning of or on specific parts of the ReportViewer web part’s toolbar. This is an enumeration field&lt;span style="mso-spacerun: yes" mce_style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;eg. For no Actions menu &lt;/span&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-fareast-theme-font: major-fareast" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; mso-fareast-theme-font: major-fareast"&gt;rv:ToolBarItemsDisplayMode= 63 (or 0x3F); For all of Actions menu only rv:ToolBarItemsDisplayMode= 960 (or 0x3C0)&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="BORDER-BOTTOM: #4f81bd 1pt solid; BORDER-LEFT: #d4d0c8; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 153pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; BORDER-RIGHT: #4f81bd 1pt solid; PADDING-TOP: 0in; mso-border-bottom-themecolor: accent1; mso-border-top-themecolor: accent1; mso-border-right-themecolor: accent1; mso-border-left-alt: solid #4F81BD 1.0pt; mso-border-left-themecolor: accent1; mso-border-top-alt: solid #4F81BD 1.0pt" vAlign=top width=204&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Back= 1, (0x1)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Find= 2, (0x2)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Page Navigation=4, (0x4)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Refresh= 8, (0x8)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Zoom= 16, (0x10)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;AtomFeed= 32, (0x20)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Actions Menu &lt;/span&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Print= 64, (0x40)&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Actions Menu &lt;/span&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Export= 128, (0x80)&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Actions Menu &lt;/span&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;ReportBuilder= 256,(0x100)&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 3pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Actions Menu &lt;/span&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;Subscribe = 512, (0x200)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 0pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly" class=MsoNormal mce_style="LINE-HEIGHT: normal; MARGIN: 0in 12pt 0pt 8.1pt; mso-element: frame; mso-element-frame-hspace: 12.15pt; mso-element-frame-vspace: 5.0pt; mso-element-wrap: around; mso-element-anchor-vertical: paragraph; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: 24.8pt; mso-height-rule: exactly"&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;Default: -1&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'" mce_style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9359827" width="1" height="1"&gt;</description></item><item><title>Enabling ReportBuilder for launching from a SharePoint Doc. lib when using Forms or Basic Authentication</title><link>http://blogs.msdn.com/b/prash/archive/2008/10/21/enabling-reportbuilder-for-launching-from-a-sharepoint-doc-lib-when-using-forms-or-basic-authentication.aspx</link><pubDate>Tue, 21 Oct 2008 20:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9010293</guid><dc:creator>Prash Shirolkar - MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/prash/rsscomments.aspx?WeblogPostID=9010293</wfw:commentRss><comments>http://blogs.msdn.com/b/prash/archive/2008/10/21/enabling-reportbuilder-for-launching-from-a-sharepoint-doc-lib-when-using-forms-or-basic-authentication.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;&lt;span style="text-decoration: underline;"&gt;A] Forms Authentication&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;If using SQL 2005 SP2 make sure you have installed the sharepointrs.msi that includes the following fix &lt;a href="http://support.microsoft.com/kb/939942/"&gt;http://support.microsoft.com/kb/939942/&lt;/a&gt;&amp;nbsp;else move onto step2. &lt;/li&gt;
&lt;li&gt;Add the following entries to the Web.config file for the SharePoint web application&amp;nbsp;you want to enable launching of Report Builder:&lt;br /&gt;&amp;lt;location path="_vti_bin/ReportBuilder/ReportBuilder.application"&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;system.web&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;authorization&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;allow users="*" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/authorization&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/system.web&amp;gt;&lt;br /&gt;&amp;lt;/location&amp;gt;&lt;br /&gt;&amp;lt;location path="_vti_bin/ReportBuilder/ReportBuilder.exe.manifest"&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;system.web&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;authorization&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;allow users="*" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/authorization&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/system.web&amp;gt;&lt;br /&gt;&amp;lt;/location&amp;gt;&lt;br /&gt;&amp;lt;location path="_vti_bin/ReportBuilder/ReportBuilder.chm.deploy"&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;system.web&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;authorization&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;allow users="*" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/authorization&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/system.web&amp;gt;&lt;br /&gt;&amp;lt;/location&amp;gt;&lt;br /&gt;&amp;lt;location path="_vti_bin/ReportBuilder/ReportBuilder.exe.deploy"&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;system.web&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;authorization&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;allow users="*" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/authorization&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/system.web&amp;gt;&lt;br /&gt;&amp;lt;/location&amp;gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;For non-English sites ensure you add the appropriate appropriate LCID&amp;nbsp;and Culture entries as well to the Web.config file. For example enabling for launching in Japanese in addition to English (in Step 2) add the following:&lt;br /&gt;&amp;lt;location path="_vti_bin/ReportBuilder/1041/ReportBuilder.chm.deploy"&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;system.web&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;authorization&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;allow users="*" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/authorization&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/system.web&amp;gt;&lt;br /&gt;&amp;lt;/location&amp;gt;&lt;br /&gt;&amp;lt;location path="_vti_bin/ReportBuilder/ja/ReportBuilder.resources.dll"&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;system.web&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;authorization&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;allow users="*" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/authorization&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/system.web&amp;gt;&lt;br /&gt;&amp;lt;/location&amp;gt;&lt;br /&gt;For details on LCIDs and Cultures supported by the Reporting Services Add-in for SharePoint refer to&amp;nbsp;"Supported Languages" section @&amp;nbsp;&lt;a href="http://technet.microsoft.com/en-us/library/aa905871(SQL.90).aspx"&gt;http://technet.microsoft.com/en-us/library/aa905871(SQL.90).aspx&lt;/a&gt;&amp;nbsp;or the install folder under &lt;span class="Placeholder"&gt;&lt;em&gt;%programfiles%&lt;/em&gt;&lt;/span&gt;\Common Files\Microsoft Shared\web server extensions\12\ISAPI\ReportBuilder.&lt;/li&gt;
&lt;li&gt;Enable anonymous access on the ReportBuilder folder via IIS manager. For more information, see "How to Enable Anonymous Access on the ReportBuilder Folder" section @ &lt;a href="http://msdn.microsoft.com/en-us/library/ms365173(SQL.90).aspx"&gt;http://msdn.microsoft.com/en-us/library/ms365173(SQL.90).aspx&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;A known error you can run into if not setup correctly is&amp;nbsp;"Cannot Start Application. Cannot continue. The application is improperly formatted. Contact the vendor for assistance."&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="text-decoration: underline;"&gt;B] Basic Authentication&lt;/span&gt;&lt;/strong&gt; &lt;br /&gt;*&lt;em&gt;Note: These steps also apply to&amp;nbsp;other authentication schemes used with SharePoint that result in&amp;nbsp;a User Credentials dialog box&amp;nbsp;shown to users at login time.&lt;/em&gt;*&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;If using SQL 2005 SP2 make sure you have installed the sharepointrs.msi that includes fix #50001712 from &lt;a href="http://support.microsoft.com/kb/941450"&gt;http://support.microsoft.com/kb/941450&lt;/a&gt;&amp;nbsp;else move onto step2. &lt;/li&gt;
&lt;li&gt;If users encounter an HTTP 401 or 400 when launching ReportBuilder&amp;nbsp;then you need to ensure&amp;nbsp;users select the "Remember Password"&amp;nbsp;checkbox when you are provided the user credentials dialog at login time. The root cause is that the login / authentication via the user credential dialog box results in SharePoint creating a WSS_KeepSessionAuthenticated cookie to ensure this user remains authenticated for the duration of their session. ReportBuilder is launched usingClick-once, which is not aware of nor supports using this WSS_KeepSessionAuthenticated cookie resulting in the error from SharePoint during launch of ReportBuilder. &lt;br /&gt;*&lt;em&gt;Additionally, if the user is using an OS that supports UAC then ensure you invoke the browser with "Run As Administrator".&lt;/em&gt;*&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9010293" width="1" height="1"&gt;</description></item><item><title>Better late than never - A PG site for SSRS integration with SharePoint</title><link>http://blogs.msdn.com/b/prash/archive/2008/08/02/better-late-than-never-a-pg-site-dedicated-to-ssrs-integration-with-sharepoint.aspx</link><pubDate>Sat, 02 Aug 2008 03:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8803412</guid><dc:creator>Prash Shirolkar - MSFT</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/prash/rsscomments.aspx?WeblogPostID=8803412</wfw:commentRss><comments>http://blogs.msdn.com/b/prash/archive/2008/08/02/better-late-than-never-a-pg-site-dedicated-to-ssrs-integration-with-sharepoint.aspx#comments</comments><description>&lt;p&gt;I am aware and painfully so that a&amp;nbsp;PG blog / site dedicated to SSRS integration with SharePoint has been long overdue. Hence, for&amp;nbsp;my initial post I have compiled a short list of some unanswered questions I have seen from blogs / newgroups etc. on this subject. Feel free to send me your issues / thoughts on RS integration with SharePoint and I will try as best to answer / address them and post new blogs as and when required. I hope you find this helpful. &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Is it possible to integrate SQL Server Reporting Services with WSS3 not MOSS ? Additionally, Is it possible to run Sharepoint Services and SQL Reporting Service on Windows 2003 X64? &lt;br /&gt;Yes it supports both WSS 3.0 and MOSS 2007. Additionally it is supported on x86 and x64. For details refer to &lt;a href="javascript:TINYMCE_UNIQUEURL();"&gt;Requirements for Running Reporting Services in SharePoint Integrated Mode&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;Does RS integrate with a SharePoint WFE using Forms or Basic Authentication? &lt;br /&gt;Yes, it does. Make sure you install Forms auth hotfix &lt;a href="javascript:TINYMCE_UNIQUEURL();"&gt;939942&lt;/a&gt; and the Basic auth hotfix &lt;a href="javascript:TINYMCE_UNIQUEURL();"&gt;50001712&lt;/a&gt; for the RS 2005 SP2 Add-in for SharePoint.&lt;/li&gt;
&lt;li&gt;Does Reporting Services support Alternate Access Mappings (AAM)? If not, then what are the alternatives? &lt;br /&gt;Reporting services only supports access via the default zone in AAM. You will get an error along the lines&amp;nbsp; "The specified path refers to a SharePoint zone that is not supported" if you try to access a report from a non-efault zone. You can consider a workaround wherein multiple&amp;nbsp;&amp;ldquo;Internal URLs&amp;rdquo; (Internet, intranet, etc.) for the same web application use a single&amp;nbsp;&amp;ldquo;Public URL for Zone&amp;rdquo; all in the AAM default zone. Full AAM support is &lt;span style="text-decoration: line-through;"&gt;being considered for&amp;nbsp;the next version post-SSRS 2008&lt;/span&gt; is available with SSRS 2008 R2 SharePoint mode. &lt;/li&gt;
&lt;li&gt;Is there support for Reporting against SharePoint lists? &lt;br /&gt;SSRS &lt;span style="text-decoration: line-through;"&gt;does not &lt;/span&gt;natively ships a SharePoint Lists data extension &lt;span style="text-decoration: line-through;"&gt;as yet&lt;/span&gt; in SSRS 2008 R2. For prior versions of SSRS, here are option that may want to consider:
&lt;ul&gt;
&lt;li&gt;Using the out-of-the XML data extension to read and wrtie to a SharePoint via the GetListItems and SetListItems methods of the SharePoint List web service. I have attached&amp;nbsp;a TicTacToe.rdl report that I&amp;nbsp;demo'd @ TechEd&amp;nbsp;/ TechReady.&amp;nbsp;This report reads from and writes to a SharePoint list by the name oif TicTacToe.&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Other third-party&amp;nbsp;solutions like &lt;a href="javascript:TINYMCE_UNIQUEURL();"&gt;Enesys RS data extension&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Develop a custom solution such as this &lt;a href="javascript:TINYMCE_UNIQUEURL();"&gt;blog from Teun Duynstee&lt;/a&gt;. &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;How do I fix the "User cannot be found" error? &lt;br /&gt;This is a bug in wherein if the author /creator / publisher of a report is deleted from the site in which the report resides. Possible workarounds can be found&amp;nbsp;in&amp;nbsp;&lt;a href="javascript:TINYMCE_UNIQUEURL();"&gt;"User Cannot be found" RS Forum&amp;nbsp;thread&lt;/a&gt;.&amp;nbsp;We are working on releasing a hotfix #50003017 with the upcoming SQL 2005 SP2 CU to fix this issue.&lt;/li&gt;
&lt;li&gt;Which authentication modes should I use - Windows Integrated or trusted account?&lt;br /&gt;Only use Windows Integrated for Kerberos enabled environments and in single-box deployment scenarios. For the rest use Trusted Account mode. In the scenario wherein you are having trouble setting-up Kerberos you should consider using Trusted account mode to at least setup and verify RS integration with SharePoint works. Once you have fixed your Kerberos issues then you can choose to switch to using Windows integrated. Note: in Trusted Account mode you cannot use &amp;ldquo;Windows Integrated&amp;rdquo; data source credentials (with the exception of SharePoint List extension in SSRS 2008 R2) and you will need to use &amp;ldquo;Stored Credentials&amp;rdquo; instead. &lt;/li&gt;
&lt;li&gt;How do I fix the error message "The report server cannot access settings in the Sharepoint configuration database.&amp;nbsp; Most likely, the Windows Sharepoint Services object model is not installed..."? &lt;br /&gt;This is generally noticed in a multi-machine scenario when SharePoint WFE and RS are on separate machines. Make sure you install the minimum SharePoint install on the SSRS machine. For details refer to &lt;a href="javascript:TINYMCE_UNIQUEURL();"&gt;How to: Configure SharePoint Integration on Multiple Servers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Is Reporting Services Integration with SharePoint supported on SQL Server Express SKUs? &lt;br /&gt;No it is only supported on Standard and higher SQL SKUs. There are no plans to include it is Express SKUs. For the details refer to the&amp;nbsp;&lt;a href="javascript:TINYMCE_UNIQUEURL();"&gt;SSRS feature matrix&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;I am trying to get this working on a domain controller and the "grant database access" step always fails with "A new member could not be added to a local group because the member has the wrong account type"? &lt;br /&gt;Make sure your Report Server services accounts are domain accounts on a DC, else you will get this error when try to to add them to the local WSS_WPG group. &lt;/li&gt;
&lt;li&gt;I have a MOSS 2007 site set up on "localhost" and RS 05 is running in native mode.How can I view the reports in sharepoint webparts on the site? 
&lt;ul&gt;
&lt;li&gt;Use &lt;a href="javascript:TINYMCE_UNIQUEURL();"&gt;WSS 2.0 Report Explorer and Report Viewer web parts&lt;/a&gt;. These are supported in WSS 3.0 as well.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Make sure you are&amp;nbsp;&lt;a href="javascript:TINYMCE_UNIQUEURL();"&gt;Comparing Levels of Integration Across Versions of Reporting Services and SharePoint Technologies&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;How to publish to SharePoint document library via Report Designer?&amp;nbsp; &lt;br /&gt;Make sure you have SQL 2005 SP2 BIDS when deploying to SSRS 2005 SP2 and the following project properties set to absolute paths: &lt;br /&gt;TargetDataSourceFolder &lt;a href="http://%3csharepoint_site%3e/%3CSharePoint_Doclib"&gt;http://&amp;lt;SharePoint_site&amp;gt;/&amp;lt;SharePoint_Doclib&lt;/a&gt;&amp;gt; &lt;br /&gt;TargetReportFolder &lt;a href="http://%3csharepoint_site%3e/%3CSharePoint_Doclib"&gt;http://&amp;lt;SharePoint_site&amp;gt;/&amp;lt;SharePoint_Doclib&lt;/a&gt;&amp;gt; &lt;br /&gt;TargetServerURL: &lt;a href="http://%3csharepoint_site/"&gt;http://&amp;lt;SharePoint_site&lt;/a&gt;&amp;gt; &lt;br /&gt;If you have issues deploying to a SharePoint site that uses Forms Authentication mode then consider posting directly to the Report Server by changing TargetServerURL to: &lt;br /&gt;TargetServerURL: &lt;a href="http://&amp;lt;server_name&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;ReportServer_VDIR"&gt;http://&amp;lt;server_name&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;ReportServer_VDIR&lt;/a&gt;&amp;gt; &lt;br /&gt;For details refer to &lt;a href="javascript:TINYMCE_UNIQUEURL();"&gt;How to: Publish a Report to a SharePoint Library from Report Designer&amp;nbsp;&lt;/a&gt;&lt;!----&gt;&lt;!--content type: DocStudio. Transform: devdiv2mtps.xslt.--&gt;&lt;/!--content&gt;&lt;/!----&gt;&lt;/li&gt;
&lt;li&gt;What do I do when I get "User does not have permission to add feature to site collection" when installing the RS Add-in for SharePoint msi? &lt;br /&gt;Locate the installation log created by the RS Add-in msi in the Temp folder - &amp;lt;Drive&amp;gt;:\Documents and Settings\&amp;lt;user_name&amp;gt;\Local Settings\Temp\RS_SP_&amp;lt;number&amp;gt;.log file. Next you should be able to locate log entries along the lines:&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Activating feature to root site collection: &amp;lt;sharepoint_site_collection&amp;gt;&lt;br /&gt;******* User does not have permission to add feature to site collection: &amp;lt;sharepoint_site_collection&amp;gt;&lt;br /&gt;&lt;br /&gt;This means that the RS integration feature was installed however the feature may not be activated for the &amp;lt;sharepoint_site_collection&amp;gt;, because the user who ran the msi wasn't a site collection admin. In order to view the RS integration feature in the site you need the site colection administrator to &lt;a href="javascript:TINYMCE_UNIQUEURL();"&gt;activate the Report Server feature&lt;/a&gt;.&amp;nbsp; &lt;/li&gt;
&lt;li&gt;When I try to access a report thru the MOSS Site I get an internal catalog exception near GetSystemPropertiesAction() but it works just fine when I access it directly from the report server URL?&lt;br /&gt;This is may happen when there are multiple Central Administration sites in a SharePoint Farm. Verify this by checking whether you see multiple URLs for &amp;ldquo;Central Administration&amp;rdquo; Alternate Access Mappings Collection under Central Administration -&amp;gt; Operations -&amp;gt; Alternate Access Mappings. If this is the case, then browse to the Report Server URL directly and determine the &lt;a href="http://%3cserver_name%3e/"&gt;http://&amp;lt;server_name&amp;gt;/&lt;/a&gt; in&amp;nbsp;the SharePoint sites listed. Ensure the URL containing this &amp;lt;server_Name&amp;gt; is first in the list of URLs for the "Central Administration" group under Central Administration -&amp;gt; Operations -&amp;gt; Alternate Access Mappings. This issue has been fixed in SSRS 2008 RC0. &lt;/li&gt;
&lt;li&gt;What are some newer whitepapers related with RS integration? &lt;br /&gt;
&lt;div xmlns:msxsl="urn:schemas-microsoft-com:xslt" class="title"&gt;&lt;a href="javascript:TINYMCE_UNIQUEURL();"&gt;SQL Server 2005 Integration with Microsoft SharePoint Products and Technologies&lt;/a&gt;&lt;/div&gt;
&lt;!--content type: PSDK_8. Transform: psdk2mtps.xslt.--&gt;&lt;a href="javascript:TINYMCE_UNIQUEURL();"&gt;Troubleshooting Integration with SQL Server 2005 and Microsoft SharePoint Technologies&lt;/a&gt;&lt;/!--content&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8803412" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-components-postattachments/00-08-80-34-12/TicTacToe.rdl" length="49695" type="application/octet-stream" /></item></channel></rss>