Charting Support

The scheduler installed by default does not support charting because .NET Framework 2.0 does not support charting. If a scheduled report has a chart and a table, the scheduler will send only the table.

To enable charting:

  1. Download and install .NET Framework 4.0 (if not already installed)
  2. Open C:\Inetpub\wwwroot\ReportPortal\bin\RpScheduler4.zip and unzip RpScheduler4.exe to C:\Inetpub\wwwroot\ReportPortal\bin
  3. Uninstall the scheduler service by double clicking on RpSchedulerUninstall.cmd command file. The command file needs to be edited in Notepad in case the bin folder is something other than C:\Inetpub\wwwroot\ReportPortal\bin. Go to Administrative Tools > Services to see that "Rp Scheduler" service is removed.
  4. Install the new scheduler service (RpScheduler4.exe) by double clicking on Rp4SchedulerInstall.cmd command file. The command file needs to be edited in Notepad in case the bin folder is something other than C:\Inetpub\wwwroot\ReportPortal\bin. Go to Administrative Tools > Services to see that "Rp Scheduler" service is installed. Go to Administrative Tools > Event Viewer to see that "Rp Scheduler" service started without any problems.