I have:
private readonly ReportingService2010 _rs = new ReportingService2010();
Error:
The type or namespace name 'ReportingService2010' could not be found (are you missing a using directive or an assembly reference?)
I setup a reference to the SSRS service. The reference does not give me access to ReportingService2010 as I expect. The closest thing is:
MySsrsServiceNamespace.ReportingService2010SoapClient
How am I supposed to use the ReportingService2010
class? MSDN lists this class vaguely.
Please note I tried using ReportingService2010SoapClient
. This class does not match the documentation for ReportingService2010. For example, ListChildren()
only accepts 4 parameters and the Url property does not exist.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…