Hello,
I am having real problems with reporting services 2005.
I've already stopped using the report designer and report model as I found numerous bugs and limitations.
I have returned to simply using stored procedures to provide the information for each of my reports.
However I have now encountered another issue regarding date formats.
In my report i am trying to select data between to dates however reporting services 2005 only seems to want to see my date in American format (MM/DD/YYYY) not uk (DD/MM/YYYY).
I have already set the report language to English (United Kingdom) but this seems to make no difference. Also my local machine and database are set for the UK.
An example of my problem is:
Initially as my report auto renders for the first time the data is between 01/02/2006 and 07/02/2006 (1st Feb 2006 to 7th Feb 2006)
If I click on the datetime pickers at this point they correctly display the dates as being in February.
However if I click on the view report button.
The date time pickers seems to interperate this as american date format and my dates magically become 02/01/2006 and 02/07/2006 (2nd Jan 2006 to 2nd July 2006).
This leads to other errors as if I choose 13/07/2006 (13th of July to us Brits) reporting services breaks and returns the error:
An error occurred during local report processing.
The value provided for the report parameter X is not valid for its type.
Obviously it is trying to use 13/07/2006 in america date format.
So to cut a long post short.
How on earth do I make my reporting services reports stay in UK date format?
PLEASE HELP!
Thanks
Mark