It appears that by default RDL sandboxing is enabled with a CRM 2011 On-Premise deployment on SQL Server 2008. Any custom code I have written in my RDL's is therefore prevented from running in CRM 2011. This is pretty frustrating in that I've written this custom code to prevent repeating the same expression across multiple calculated fields in my reports. I need to disable RDL sandboxing to allow custom code to run in RDL's in CRM 2011 On-Premise.
It appears that this RDL sandboxing can be disabled in the RSReportServer.config file in both SQL Server 2012 and SQL Server 2008 R2. I do not see this option in SQL Server 2008 however.
References:
http://msdn.microsoft.com/en-us/library/ee210591(v=sql.105).aspx
http://technet.microsoft.com/en-us/library/ms157273(v=sql.100).aspx
Am I missing something? Any suggestions?
Cheers,
Dave