다음을 통해 공유


ChartWebPart.GetTableData Method

Registers the method that will be called when retrieving the table data from a provider.

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

Syntax

'Declaration
Public Sub GetTableData ( _
    callback As TableCallback _
)
'Usage
Dim instance As ChartWebPart
Dim callback As TableCallback

instance.GetTableData(callback)
public void GetTableData(
    TableCallback callback
)

Parameters

Remarks

If the call back method delegate does not exist, this method adds the call back method delegate into a ArrayList.

See Also

Reference

ChartWebPart Class

ChartWebPart Members

Microsoft.Office.Server.WebControls Namespace