ComponentOne FlexReport for WinForms
FindRenderObject Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1Document Class : FindRenderObject Method
The name to find.
Finds a render object by name.
Syntax
'Declaration
 
Public Function FindRenderObject( _
   ByVal name As System.String _
) As RenderObject
public RenderObject FindRenderObject( 
   System.string name
)

Parameters

name
The name to find.

Return Value

The found object, or null.
See Also

Reference

C1Document Class
C1Document Members