<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:blog="http://dnn-connect.org/blog/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Blog - SSRS</title>
    <link>https://xrmlabs.com/About-Us/XRMs-Blog/term/91/locale/en-US/Blog-SSRS</link>
    <description />
    <managingEditor>sales@xrmlabs.com</managingEditor>
    <pubDate>Sat, 11 Apr 2026 03:00:20 GMT</pubDate>
    <lastBuildDate>Sat, 11 Apr 2026 03:00:20 GMT</lastBuildDate>
    <category>SSRS</category>
    <generator>DotNetNuke Blog RSS Generator Version 6.5.2.0</generator>
    <ttl>30</ttl>
    <atom:link href="https://xrmlabs.com/DesktopModules/Blog/API/RSS/Get?moduleid=440&amp;tabid=94&amp;term=91" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Load your SSRS Reports in Dynamic 365</title>
      <link>https://xrmlabs.com/About-Us/XRMs-Blog/Post/8342/How-to-Load-your-SSRS-Reports-in-Dynamic-365</link>
      <description>&lt;p&gt;In the last blog, I told you how to show Currency Symbol dynamically in Dynamics 365 SSRS Reports.&lt;/p&gt;</description>
      <category>Fetch XML Reporting</category>
      <category>Reporting</category>
      <category>SSRS</category>
      <category>SSRS Report</category>
      <category>MS CRM 2013</category>
      <category>Dynamics CRM</category>
      <category>MS CRM 2016</category>
      <guid isPermaLink="true">https://xrmlabs.com/About-Us/XRMs-Blog/Post/8342/How-to-Load-your-SSRS-Reports-in-Dynamic-365</guid>
      <pubDate>Wed, 24 Feb 2021 10:40:00 GMT</pubDate>
      <blog:publishedon>2021-02-24 10:40:00Z</blog:publishedon>
    </item>
    <item>
      <title>How to show Currency Symbol dynamically in Dynamics 365 SSRS Reports</title>
      <link>https://xrmlabs.com/About-Us/XRMs-Blog/Post/8341/How-to-show-Currency-Symbol-dynamically-in-Dynamics-365-SSRS-Reports</link>
      <description>&lt;p&gt;In the last blog, I told you&amp;nbsp;how to Implement Expressions in Dynamics 365 SSRS Reports using in-build Functions.&lt;/p&gt;</description>
      <category>Dynamics 365</category>
      <category>Fetch XML Reporting</category>
      <category>SSRS</category>
      <category>SSRS Report</category>
      <category>MS CRM 2013</category>
      <category>Dynamics CRM</category>
      <category>MS CRM 2016</category>
      <guid isPermaLink="true">https://xrmlabs.com/About-Us/XRMs-Blog/Post/8341/How-to-show-Currency-Symbol-dynamically-in-Dynamics-365-SSRS-Reports</guid>
      <pubDate>Mon, 22 Feb 2021 10:26:00 GMT</pubDate>
      <blog:publishedon>2021-02-22 10:26:00Z</blog:publishedon>
    </item>
    <item>
      <title>How to fix MS CRM 2011 rsProcessingAborted error when executing a custom report?</title>
      <link>https://xrmlabs.com/About-Us/XRMs-Blog/Post/226/How-to-fix-MS-CRM-2011-rsProcessingAborted-error-when-executing-a-custom-report</link>
      <description>&lt;p&gt;Few days back I was asked to look at a MS &lt;a href="https://www.xrmlabs.com/Services/Custom-Implementation"&gt;CRM&lt;/a&gt; 2011 system where Out of Box reports were working fine however custom reports were giving error (rsProcessingAborted). If MS &lt;a href="https://www.xrmlabs.com/Services/Custom-Implementation"&gt;CRM&lt;/a&gt; 2011 is installed on a separate server and
SQL is on a different server and you are getting the same error then this post can be helpful for you.&amp;nbsp;
&amp;nbsp;You need to follow the steps below/
1) SSRS connector is missing or not installed. The SSRS Connector needs to be installed on the SQL Server system. The installer for SSRS Connector can be found under MS &lt;a href="https://www.xrmlabs.com/Services/Custom-Implementation"&gt;CRM&lt;/a&gt; installation media. Installing the SSRS connector requires MSSQL service to restart. This should solve 90% of the problems as this is one of the most common step that may be missed out in a &lt;a href="https://www.xrmlabs.com/Services/Custom-Implementation"&gt;CRM&lt;/a&gt; installation. To see if SSRS connector is already installed or not please go to c:\program files\SSRS Connector &amp;nbsp;if this folder is already present then SSRS connector is already installed. I will advice you to repair it even if it is installed.
2)  ...&lt;/p&gt;</description>
      <category>MS CRM 2011</category>
      <category>MS SQL Server</category>
      <category>SSRS</category>
      <category>SQL Sever</category>
      <category>Windows Server Management</category>
      <guid isPermaLink="true">https://xrmlabs.com/About-Us/XRMs-Blog/Post/226/How-to-fix-MS-CRM-2011-rsProcessingAborted-error-when-executing-a-custom-report</guid>
      <pubDate>Tue, 30 Jul 2013 07:40:00 GMT</pubDate>
      <blog:publishedon>2013-07-30 07:40:00Z</blog:publishedon>
    </item>
    <item>
      <title>Useful SQL server expression (SSRS) for Date &amp; Time conversion</title>
      <link>https://xrmlabs.com/About-Us/XRMs-Blog/Post/241/Useful-SQL-server-expression-SSRS-for-Date-Time-conversion</link>
      <description>&lt;p style="margin: 0cm 0cm 10pt; text-align: justify;"&gt;Basic idea of this article is to use of SQL server expression to convert&amp;nbsp; and get date&amp;amp; time fromat.&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 10pt; text-align: justify;"&gt;SQL Server string to date / datetime conversion:&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" style="width: 600px; height: 89px;" src="/Portals/0/BlogImages/DateTime1.png" /&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;String date conversion (Without century (yy)): convert string to datetime&lt;br /&gt;
&amp;nbsp;&lt;img alt="" style="width: 600px; height: 88px;" src="/Portals/0/BlogImages/DateTime2.png" /&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;&amp;nbsp;&amp;nbsp;Convert string to date&amp;amp;time&lt;br /&gt;
&lt;strong&gt;
&lt;img alt="" style="width: 600px; height: 108px;" src="/Portals/0/BlogImages/DateTime3.png" /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;&amp;nbsp;&amp;nbsp;Day (Mon) types are nondeterministic conversions:&lt;br /&gt;
&amp;nbsp;&lt;img alt="" style="width: 600px; height: 106px;" src="/Portals/0/BlogImages/DateTime4.png" /&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;&amp;nbsp;&amp;nbsp;SQL server datetime&amp;nbsp;format (mon dd yyyy hh:mm:ss:mmmAM (or PM))&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" style="width: 600px; height: 92px;" src="/Portals/0/BlogImages/DateTime5.png" /&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;Date format (ISO) works&amp;nbsp; international standard&lt;br /&gt;
&lt;img alt="" style="width: 600px; height: 184px;" src="/Portals/0/BlogImages/DateTime6.png" /&gt;&lt;/p&gt;</description>
      <category>SQL Server 2008</category>
      <category>SSRS</category>
      <category>SQL Sever</category>
      <guid isPermaLink="true">https://xrmlabs.com/About-Us/XRMs-Blog/Post/241/Useful-SQL-server-expression-SSRS-for-Date-Time-conversion</guid>
      <pubDate>Thu, 14 Mar 2013 08:49:54 GMT</pubDate>
      <blog:publishedon>2013-03-14 08:49:54Z</blog:publishedon>
    </item>
  </channel>
</rss>