Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CreateDataBinding Method
See Also 
Dundas.SharePoint.WebParts Namespace > WebPart Class : CreateDataBinding Method


When a new table provider web part is connected, the new data binding needs to be created. The abstract declaration of the CreateDataBinding method forses all the inherited web parts to implement it.

Syntax

Visual Basic (Declaration)  
Protected MustOverride Function CreateDataBinding() As DataBinding
Visual Basic (Usage) Copy Code
Dim instance As WebPart
Dim value As DataBinding
 
value = instance.CreateDataBinding()
C#  
protected abstract DataBinding CreateDataBinding()

Return Value

DataBinding object.

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