ActiveReports Developer 7
FindName(String) Method
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : FindName(String) Method

name

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function FindName( _
   ByVal name As System.String _
) As System.Object
C# 
public System.object FindName( 
   System.string name
)

Parameters

name

See Also