Searches the current collection for an object that contains an anchor with the specified name in its Anchors collection.

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

Syntax

C#
public RenderObject FindByAnchorName(
	string anchorName,
	out C1Anchor anchor
)
Visual Basic
Public Function FindByAnchorName ( _
	anchorName As String, _
	<OutAttribute> ByRef anchor As C1Anchor _
) As RenderObject

Parameters

anchorName
Type: System..::..String
The name of the anchor to search for.
anchor
Type: C1.C1Preview..::..C1Anchor%
OUT: contains the C1Anchor object with the specified name.

Return Value

Returns the found render object or null if not found.

Return Value

The object containing the specified anchor, or null if no object was found.

See Also