开发者

C# Cannot implicitly convert type 'ReportingServices2005.ServerInfoHeader' to ReportingServices2005.Warning[]'

开发者 https://www.devze.com 2023-04-12 20:23 出处:网络
follow this to add my webservice: http://msdn.microsoft.com/en-us/library/ms154052%28v=SQL.90%29.aspx http://server/reportserver/ReportService2005.asmx?wsdl

follow this to add my webservice:

http://msdn.microsoft.com/en-us/library/ms154052%28v=SQL.90%29.aspx

http://server/reportserver/ReportService2005.asmx?wsdl

then following this to try to deploy a report

http://msdn.microsoft.com/en-us/library/reportservice2005.reportingservice2005.createreport.aspx

I get the error located here

warnings = rs.CreateReport(name, "/Samples", false, definition, null);

Cannot implicitly convert type 'ReportingServices2005.ServerInfoHeader' to ReportingServices2005.Warning[]'

Fo开发者_运维问答r the life of me I can't figure out why i'm getting this following this exact layout, am I suppose to be using, ReportExecution2005.asmx?wsdl?

Am I using the wrong web services?


http://bytes.com/topic/c-sharp/answers/273853-c-web-service-returning-objects

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号