0
votes
0answers
18 views
+150
How can I get the date format from an SSRS report from the web service interface?
I get report params in C# code from the webservice as follows:
ReportingService2005 ReportingService = ConnectToSSRS();
ReportParameter[] ReportParams = …
