Share via


SeriesDataBindingCollection.Find method

Searches for the matching SeriesDataBinding object with the specified series name from the collection.

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

Syntax

'Declaration
Public Function Find ( _
    name As String _
) As SeriesDataBinding
'Usage
Dim instance As SeriesDataBindingCollection
Dim name As String
Dim returnValue As SeriesDataBinding

returnValue = instance.Find(name)
public SeriesDataBinding Find(
    string name
)

Parameters

  • name
    Type: System.String

    The String object that represents the series name of the data binding.

Return value

Type: Microsoft.Office.Server.WebControls.SeriesDataBinding
The SeriesDataBinding object that represents the series data binding object to search.

Remarks

This method returns the SeriesDataBinding object that matches the specified series name; otherwise, it returns a null reference (Nothing in Visual Basic).

See also

Reference

SeriesDataBindingCollection class

SeriesDataBindingCollection members

Microsoft.Office.Server.WebControls namespace