Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ReportServiceManager"/> class.
 /// </summary>
 public ReportServiceManager(string siteURL)
 {
     objWebService = new ReportServiceProxy(siteURL);
     objNodeParem = new XmlNode[1];
     xmlSearhRequestDoc = new XmlDocument();
     objSearchRequestHandler = new SearchRequestHandler();
 }
Esempio n. 2
0
 /// <inheritdoc />
 public ReportServiceProxyWrapper(ReportServiceProxy proxy) : base(proxy)
 {
 }