私は持っている:
private readonly ReportingService2010 _rs = new ReportingService2010();
エラー:
The type or namespace name 'ReportingService2010' could not be found (are you missing a using directive or an assembly reference?)
SSRS サービスへの参照をセットアップします。参照では、ReportingService2010 に期待どおりにアクセスできません。最も近いものは次のとおりです。
MySsrsServiceNamespace.ReportingService2010SoapClient
ReportingService2010
クラス をどのように使用すればよいですか?MSDNには、このクラスが漠然とリストされています。
を使ってみたことに注意してくださいReportingService2010SoapClient
。このクラスは、ReportingService2010 のドキュメントと一致しません。たとえば、ListChildren()
4 つのパラメーターのみを受け入れ、Url プロパティは存在しません。