Hi,
I have a web page accessing the SSRS web service and I have some sample reports created.
These reports have some datetime parameters with Available Values specified i.e. 17/07/2009
Report Manager runs the reports perfectly.
When I access the report in my web page and retrieve the parameters the available values for the datetime parameters appear in the format MM/dd/yyy i.e. 07/17/2009
parameters = rs.GetReportParameters(reportPath, historyID, forRendering, values, credentials);
If I update the value to the correct format I can pass the parameters to the report and they work as expected but atm I can't figure out where the conversion is taking place.
Admittedly I'm not too sharp on globalization [or should that be globalisation :)] so I may have missed something obvious.
The report language was changed to en and the page culture was changed to Culture="en-GB" in attempts to resolve the issue [in a quick and dirty way] but no luck
Regional Options on my workstation is set to English (Ireland) All other parameters work as expected.
Any ideas anyone,
Thanks in advance Liam