Hi
I am writing a program using SQL Reporting Service Web Services I am using my own controls to populate the values of the Parameters of the Report. The problem is the DefaultValue property returns a string not a object that could be casted into a DateTime. Now I have to convert a string in to a DateTime not knowing the culture of the server.
Is there a way to find the culture of the server running SQL Reporting Service
Yours
Boatman

Reporting Service WebService DefaultValue property on the Parameters Collection returns a String of a Date