Searches for a RenderFragment in the current collection
that was produced by a RenderObject with the specified Name.
Namespace:
C1.C1PreviewAssembly: 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.