Dundas.SharePoint.Charting.WebParts Send comments on this topic.
ExcelService Class
See Also  Members  
Dundas.SharePoint.Charting.WebParts.ExcelWebService Namespace : ExcelService Class


Syntax

Visual Basic (Declaration)  
<DebuggerStepThroughAttribute()>
<GeneratedCodeAttribute(Tool="System.Web.Services", Version="2.0.50727.42")>
<XmlIncludeAttribute(Dundas.SharePoint.Charting.WebParts.ExcelWebService.TypeExporter)>
<DesignerCategoryAttribute("code")>
<WebServiceBindingAttribute(Name="ExcelServiceSoap", Namespace="http://schemas.microsoft.com/office/excel/server/webservices")>
Public Class ExcelService 
   Inherits SoapHttpClientProtocol
Visual Basic (Usage) Copy Code
Dim instance As ExcelService
C#  
[DebuggerStepThroughAttribute()]
[GeneratedCodeAttribute(Tool="System.Web.Services", Version="2.0.50727.42")]
[XmlIncludeAttribute(Dundas.SharePoint.Charting.WebParts.ExcelWebService.TypeExporter)]
[DesignerCategoryAttribute("code")]
[WebServiceBindingAttribute(Name="ExcelServiceSoap", Namespace="http://schemas.microsoft.com/office/excel/server/webservices")]
public class ExcelService : SoapHttpClientProtocol 

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Web.Services.Protocols.WebClientProtocol
            System.Web.Services.Protocols.HttpWebClientProtocol
               System.Web.Services.Protocols.SoapHttpClientProtocol
                  Dundas.SharePoint.Charting.WebParts.ExcelWebService.ExcelService

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also