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


The following tables list the members exposed by ExcelService.

Public Constructors

  Name Description
Public Constructor ExcelService Constructor  
Top

Public Properties

  Name Description
Public Property AllowAutoRedirect Gets or sets whether the client automatically follows server redirects. (Inherited from System.Web.Services.Protocols.HttpWebClientProtocol)
Public Property ClientCertificates Gets the collection of client certificates. (Inherited from System.Web.Services.Protocols.HttpWebClientProtocol)
Public Property ConnectionGroupName Gets or sets the name of the connection group for the request. (Inherited from System.Web.Services.Protocols.WebClientProtocol)
Public Property Container Gets the IContainer that contains the Component. (Inherited from System.ComponentModel.Component)
Public Property CookieContainer Gets or sets the collection of cookies. (Inherited from System.Web.Services.Protocols.HttpWebClientProtocol)
Public Property Credentials Gets or sets security credentials for XML Web service client authentication. (Inherited from System.Web.Services.Protocols.WebClientProtocol)
Public Property EnableDecompression Gets or sets a Boolean that indicates whether decompression is enabled for this HttpWebClientProtocol. The default is true. (Inherited from System.Web.Services.Protocols.HttpWebClientProtocol)
Public Property PreAuthenticate Gets or sets whether pre-authentication is enabled. (Inherited from System.Web.Services.Protocols.WebClientProtocol)
Public Property Proxy Gets or sets proxy information for making an XML Web service request through a firewall. (Inherited from System.Web.Services.Protocols.HttpWebClientProtocol)
Public Property RequestEncoding The Encoding used to make the client request to the XML Web service. (Inherited from System.Web.Services.Protocols.WebClientProtocol)
Public Property Site Gets or sets the ISite of the Component. (Inherited from System.ComponentModel.Component)
Public Property SoapVersion Gets or sets the version of the SOAP protocol used to make the SOAP request to the XML Web service. (Inherited from System.Web.Services.Protocols.SoapHttpClientProtocol)
Public Property Timeout Indicates the time an XML Web service client waits for a synchronous XML Web service request to complete (in milliseconds). (Inherited from System.Web.Services.Protocols.WebClientProtocol)
Public Property UnsafeAuthenticatedConnectionSharing Gets or sets a value that indicates whether connection sharing is enabled when the client uses NTLM authentication to connect to the Web server that hosts the XML Web service. (Inherited from System.Web.Services.Protocols.HttpWebClientProtocol)
Public Property Url  
Public Property UseDefaultCredentials  
Public Property UserAgent Gets or sets the value for the user agent header that is sent with each request. (Inherited from System.Web.Services.Protocols.HttpWebClientProtocol)
Top

Protected Properties

  Name Description
Protected Property CanRaiseEvents Gets a value indicating whether the component can raise an event. (Inherited from System.ComponentModel.Component)
Protected Property DesignMode Gets a value that indicates whether the Component is currently in design mode. (Inherited from System.ComponentModel.Component)
Protected Property Events Gets the list of event handlers that are attached to this Component. (Inherited from System.ComponentModel.Component)
Top

Public Methods

  Name Description
Public Method Abort Cancels a request to an XML Web service method. (Inherited from System.Web.Services.Protocols.WebClientProtocol)
Public Method Calculate  
Public Method CalculateA1  
Public Method CalculateA1Async Overloaded.   
Public Method CalculateAsync Overloaded.   
Public Method CalculateWorkbook  
Public Method CalculateWorkbookAsync Overloaded.   
Public Method CancelAsync  
Public Method CancelRequest  
Public Method CancelRequestAsync Overloaded.   
Public Method CloseWorkbook  
Public Method CloseWorkbookAsync Overloaded.   
Public Method CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public Method Discover Dynamically binds to an XML Web service described in the discovery document at Url. (Inherited from System.Web.Services.Protocols.SoapHttpClientProtocol)
Public Method Dispose Overloaded. Releases all resources used by the Component. (Inherited from System.ComponentModel.Component)
Public Method GetApiVersion  
Public Method GetApiVersionAsync Overloaded.   
Public Method GetCell  
Public Method GetCellA1  
Public Method GetCellA1Async Overloaded.   
Public Method GetCellAsync Overloaded.   
Public Method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public Method GetRange  
Public Method GetRangeA1  
Public Method GetRangeA1Async Overloaded.   
Public Method GetRangeAsync Overloaded.   
Public Method GetSessionInformation  
Public Method GetSessionInformationAsync Overloaded.   
Public Method GetWorkbook  
Public Method GetWorkbookAsync Overloaded.   
Public Method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public Method OpenWorkbook  
Public Method OpenWorkbookAsync Overloaded.   
Public Method Refresh  
Public Method RefreshAsync Overloaded.   
Public Method SetCell  
Public Method SetCellA1  
Public Method SetCellA1Async Overloaded.   
Public Method SetCellAsync Overloaded.   
Public Method SetRange  
Public Method SetRangeA1  
Public Method SetRangeA1Async Overloaded.   
Public Method SetRangeAsync Overloaded.   
Public Method ToString Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
Top

Protected Methods

  Name Description
Protected Method BeginInvoke (Inherited from System.Web.Services.Protocols.SoapHttpClientProtocol)
Protected Method EndInvoke Ends an asynchronous invocation of an XML Web service method using SOAP. (Inherited from System.Web.Services.Protocols.SoapHttpClientProtocol)
Protected Method Finalize Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from System.ComponentModel.Component)
Protected Method GetReaderForMessage Returns an XmlReader initialized with the Stream property of the SoapClientMessage parameter. (Inherited from System.Web.Services.Protocols.SoapHttpClientProtocol)
Protected Method GetService Returns an object that represents a service provided by the Component or by its Container. (Inherited from System.ComponentModel.Component)
Protected Method GetWebRequest Creates a WebRequest for the specified uri. (Inherited from System.Web.Services.Protocols.SoapHttpClientProtocol)
Protected Method GetWebResponse Overloaded. Returns a response from a synchronous request to an XML Web service method. (Inherited from System.Web.Services.Protocols.HttpWebClientProtocol)
Protected Method GetWriterForMessage Returns a XmlWriter initialized with the Stream property of the SoapClientMessage parameter. (Inherited from System.Web.Services.Protocols.SoapHttpClientProtocol)
Protected Method Invoke (Inherited from System.Web.Services.Protocols.SoapHttpClientProtocol)
Protected Method InvokeAsync Overloaded.  (Inherited from System.Web.Services.Protocols.SoapHttpClientProtocol)
Protected Method MemberwiseClone Overloaded. Creates a shallow copy of the current MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Top

Public Events

See Also