Searches the current collection for a RenderObject with the specified vlaue of the Original property.

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

Syntax

C#
public RenderObject FindByOriginal(
	RenderObject original
)
Visual Basic
Public Function FindByOriginal ( _
	original As RenderObject _
) As RenderObject

Parameters

original
Type: C1.C1Preview..::..RenderObject
The original object to search for.

Return Value

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

See Also