다음을 통해 공유


WebPart.DataBindings Property

Gets or sets the list of the DataBinding objects that are used to bind the data to the Web Part.

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

Syntax

'Declaration
Public Property DataBindings As ChartDataBindingCollection
    Get
    Set
'Usage
Dim instance As WebPart
Dim value As ChartDataBindingCollection

value = instance.DataBindings

instance.DataBindings = value
public ChartDataBindingCollection DataBindings { get; set; }

Property Value

Type: ChartDataBindingCollection
The ChartDataBindingCollection object that represents the list of the DataBinding objects.

See Also

Reference

WebPart Class

WebPart Members

Microsoft.Office.Server.WebControls.Charting Namespace