Hi Subathra,
The error message "Error while loading code module: Microsoft.EnterpriseManagement.Reporting.Code. Could not load file or assembly" means the assembly
Microsoft.EnterpriseManagement.Reporting.Code or its dependency can't be found from the server which is running SQL Server Reporting Service(SSRS).
The assembly Microsoft.EnterpriseManagement.Reporting.Code
is from System Center, which is not build-in SSRS assembly.
For non-builtin assembly, to use it in SSRS system, we need to copy to the SSRS appliction folder(bin), or install it to the Global Assembly Control(GAC) in SSRS server.
So, in this case, please ensure the assembly is existing in:
<driver>:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\Bin
Or C:\windows\assembly
If it is not there, please follow the following article to copy it:
http://technet.microsoft.com/en-us/library/ff461215.aspx
Thanks,
Jinchun Chen