Searches the current collection for an object with the specified Name.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

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

Parameters

name
Type: System..::..String
The name to search for.

Return Value

The object in the current collection, or null if no object was found.

See Also