I currently have a reporting services report created in BIDS 2005 and the database is SQL Server 2008 R2. My first issue is when I'm in BIDS and go to preview to test the report it only processes with the date in us format mm/dd/yyyy however if I deploy the report to the report server and run it from there it is fine.
I have changed the report properties to language English(United Kingdom), is there anything else I can do to get my reports to preview in English date format dd/mm/yyyy when in BIDS/VS?
My second and final issue with this is that when I try to create a schedule for this report it also errors as I pass in 2 date parameters (datetime) in the standard SQL format of yyyy-mm-dd using the data driven option. This also runs only if these dates are in US format, any ideas/tips?
Cheers