Searches the current collection for an object with the specified Name.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public RenderObject FindByName( string name ) |
Visual Basic |
---|
Public Function FindByName ( _ name As String _ ) As RenderObject |
Parameters
- name
- Type: System..::..String
The name to search for.