Searches for a RenderFragment in the current collection that was produced by a specific RenderObject.

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

Syntax

C#
public RenderFragment FindByObject(
	RenderObject ro
)
Visual Basic
Public Function FindByObject ( _
	ro As RenderObject _
) As RenderFragment

Parameters

ro
Type: C1.C1Preview..::..RenderObject
The render object to search for.

Return Value

The fragment that was produced by ro, or null if it was not found.

See Also