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
- callback
Type: System.Web.UI.WebControls.WebParts.TableCallback
The TableCallback object that represents the method delegate that is called when retrieving the data from a provider.
Remarks
If the call back method delegate does not exist, this method adds the call back method delegate into a ArrayList.