Searches for a RenderFragment in the current collection that was produced by a RenderObject with the specified Name.

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

Syntax

C#
public RenderFragment FindByObjectName(
	string renderObjectName
)
Visual Basic
Public Function FindByObjectName ( _
	renderObjectName As String _
) As RenderFragment

Parameters

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

Return Value

The fragment that was produced by the object with the specified name, or null if it was not found.

See Also