SCOM 2007,The scheduled SQL reports don't contain the graph in the pdf file

Problem
========

The scheduled SQL reports don't contain the graph in the pdf file

Level: Error
EventID: 108 Source:
Report Server Windows Service
Message: Report Server Windows Service (instancename) cannot load the EnterpriseManagementChartControl extension.

Solution
===========

To resolve this problem, add the following information to the ReportingServicesService.exe.config file in the ReportServer\bin directory:

<dependentAssembly>
<assemblyIdentity name="Microsoft.ReportingServices.ProcessingCore" publicKeyToken="89845dcd8080cc91" culture="neutral" />
<bindingRedirect oldVersion="9.0.242.0" newVersion="10.0.0.0" />
</dependentAssembly>
<dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity name="Microsoft.ReportingServices.ProcessingCore" publicKeyToken="89845dcd8080cc91" culture="neutral" />
<bindingRedirect oldVersion="9.0.242.0" newVersion="10.0.0.0" />
</dependentAssembly>