다음을 통해 공유


ChartWebPart.GetConnectionInterface Method

Returns the provider interface for connecting two Chart Web Parts.

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

Syntax

'Declaration
Public Function GetConnectionInterface As IWebPartTable
'Usage
Dim instance As ChartWebPart
Dim returnValue As IWebPartTable

returnValue = instance.GetConnectionInterface()
public IWebPartTable GetConnectionInterface()

Return Value

Type: System.Web.UI.WebControls.WebParts.IWebPartTable
The IWebPartTable object that defines a provider interface for connecting two Chart Web Parts.

Remarks

This method returns the ChartWebPart object as the provider interface for connecting two Chart Web Parts.

See Also

Reference

ChartWebPart Class

ChartWebPart Members

Microsoft.Office.Server.WebControls Namespace