开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜