Hiding Tool Bar from the SSRS Report while using them in Dashboard (CRM 2011)


Hi,

We were showing a custom SSRS report inside an iframe in one of our CRM 2011 Dashboards. We wanted to hide the Tool Bar from the report.

To achieve that we need to pass the &rc:Toolbar=false parameter to our report’s URL, which we set for the IFrame.

http://localhost/ReportServer/Pages/ReportViewer.aspx?%2fCIBPhaseIIAnD_MSCRM%2fBEA&rs:Command=Render&rc:Toolbar=false

This hides the tool bar.

Now in one of our other SSRS reports, we were doing filtering based on a report parameter. So we wanted to show only the Parameter toolbar to appear and hide the other toolbar that shows Export, Zoom, Print etc. option.

To do so we first figured out the CSS class being used for it,

this turned out to be ToolBarButtonsCell

Now what we did next was to create a simple CSS file with the following content to hide the tool bar

.ToolBarButtonsCell{display: none;}

And placed that file at the following location of the server

C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\Styles

Now next we had to use the rc:stylesheet parameter for our report’s URL and pass the name of the above CSS file just created ( for e.g. hideToolBar.css)

So our new URL was like this

http://localhost/ReportServer/Pages/ReportViewer.aspx?%2fCIBPhaseIIAnD_MSCRM%2fBEA&rs:Command=Render&rc:stylesheet=hideToolBar

After applying the new style sheet parameter to the report’s URL

Check out the following link

http://msdn.microsoft.com/en-us/library/ms152835.aspx (URL Access Parameter Reference)

Hope it helps.

Understanding Team Ownership and Reparent feature in CRM 2011


Hi,

Found these two wonderful articles that explains Team Ownership and Reparent feature in depth

Do check them out !

http://andrewbschultz.com/2011/06/17/the-architecture-of-team-security-in-crm-2011/

http://andrewbschultz.com/2011/10/10/isolated-dynamics-crm-security-feature-reparent/

Bye.

Articles on Microsoft Dynamics CRM: Q4 2012 Update & CRM on Windows 8


Hi,

Check out these two useful links

Release News for Microsoft Dynamics CRM: Q4 2012 Update & CRM on Windows 8.

http://niiranen.eu/crm/2012/07/dynamics-crm-roadmap-for-fall-2012-release-and-beyond/

Bye.


A nice article for configuring email router with Hotmail accounts.

mytechlifedays's avatarMy Tech Days

Once , Microsoft Dynamics CRM 2011 E-mail Router installation is done successfully as per the post , it is time to have the router configurations done.

** Here the post talks about an online CRM instance where the users are the having windows live id which are Hotmail emails. Other mails work as well, provided you provide the basic pop and SMTP information correctly.

The steps to follow are :

1. Have the MS CRM Users configured correctly.

– Make sure their primary email is right.

– Email Access Configuration needs to be set to Email Router. Default is usually Outlook.

Email Access Config_ms crm

– Approve the user’s email.

Approve email in MS CRM 2011

3. Start the E-mail Router Configuration Manager.

4. Click Configuration Profiles and then click New.

5.Create a new Outgoing Profile with details as shown in the pic below. This one is for Hotmail emails.

6. Now create a new profile for incoming. As in…

View original post 37 more words

Microsoft.Crm.Application.Outlook.ConfigWizard.exe “The process was terminated due to an unhandled exception” error while running Configuration Wizard of Microsoft Dynamics CRM for Outlook.


Hi,

I had recently uninstalled and then reinstalled the Outlook client for CRM 2011. However when I was running the Configuration Wizard it was not opening up and instead I was getting the below error in the event log.


Removing the registry key MSCRMClient manually resolved the issue. (HKEY_currentuser\SOFTWARE\Microsoft\MSCRM)

http://social.microsoft.com/Forums/eu/crm/thread/97156d82-1491-4518-b6bc-b70b432bd12c

Hope it helps.

The plug-in execution failed because no Sandbox Hosts are currently available. Please check that you have a Sandbox server configured and that it is running.


Hi,

We had our plugins registered in Sandbox mode (for development we were using on premise and were deploying it on online environment) and the Microsoft Dynamics CRM Sandbox Processing Service was not running.

Starting the service resolved the issue.

Hope it helps.

Nishant Rana's Weblog

Everything related to Microsoft .NET Technology

Skip to content ↓