Solution:
So immediately i knew something was and the last thing that came up my mind was to go directly to the ReportViewer.aspx itself and add the Culture setting like this below
<%@ Page Language="C#" AutoEventWireup="true" Inherits="Microsoft.ReportingServices.WebServer.ReportViewerPage" Culture="en-UK"%>
as we can do that on every page
You can find the page here: C:\program files\microsoft SQL Server\MSQL.3\Reporting Services\ReportServer\Pages
But it depends on where you installed it.
Tip:
If you want to find the path to the page go to your IIS under Default website select ReportServer or Reports Folder > right click Properties...
Hope that helps
Check this link for more details:
http://geekswithblogs.net/naijacoder/archive/2008/06/26/123422.aspx |