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

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

Syntax

C#
public RenderFragment FindByObjectId(
	int renderObjectId
)
Visual Basic
Public Function FindByObjectId ( _
	renderObjectId As Integer _
) As RenderFragment

Parameters

renderObjectId
Type: System..::..Int32
The Id()()()() to search for.

Return Value

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

See Also