WebPart.TableConsumerConnectionPoint Class

Defines a connection point object that enables a server control acting as a table consumer to form a connection with a provider.

Inheritance Hierarchy

System.Object
  System.Web.UI.WebControls.WebParts.ConnectionPoint
    System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint
      Microsoft.Office.Server.WebControls.Charting.WebPart.TableConsumerConnectionPoint

Namespace:  Microsoft.Office.Server.WebControls.Charting
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public Class TableConsumerConnectionPoint _
    Inherits ConsumerConnectionPoint
'Usage
Dim instance As WebPart.TableConsumerConnectionPoint
public class TableConsumerConnectionPoint : ConsumerConnectionPoint

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

WebPart.TableConsumerConnectionPoint Members

Microsoft.Office.Server.WebControls.Charting Namespace