ActiveReports 13
RegisterName Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : RegisterName Method
Name to use for the specified name-object mapping.
Object for the mapping.
Provides an accessor that simplifies access to the System.Windows.NameScope registration method.
Syntax
'Declaration
 
Public Sub RegisterName( _
   ByVal name As String, _
   ByVal scopedElement As Object _
) 
public void RegisterName( 
   string name,
   object scopedElement
)

Parameters

name
Name to use for the specified name-object mapping.
scopedElement
Object for the mapping.
See Also

Reference

Viewer Class
Viewer Members