ActiveReports 12
FindName(String) Method

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : FindName(String) Method
The name of the requested element.
Finds an element that has the provided identifier name.
Syntax
'Declaration
 
Public Function FindName( _
   ByVal name As String _
) As Object
public object FindName( 
   string name
)

Parameters

name
The name of the requested element.

Return Value

The requested element. This can be null if no matching element was found.
See Also

Reference

Viewer Class
Viewer Members