Finds a DataSource with the specified name.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public DataSource FindByName(
	string name
)
Visual Basic
Public Function FindByName ( _
	name As String _
) As DataSource

Parameters

name
Type: System..::..String
The name of the item to locate.

Return Value

The specified item

See Also