Searches the current collection for a RenderObject with the specified value of the Id()()()() property.

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

Syntax

C#
public RenderObject FindById(
	int id
)
Visual Basic
Public Function FindById ( _
	id As Integer _
) As RenderObject

Parameters

id
Type: System..::..Int32
The Id to search for.

Return Value

The render object with the specified Id, or null of no such object was found.

See Also