ActiveReports 12
UnregisterName Method

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : UnregisterName Method
Name of the name-object pair to remove from the current scope.
Simplifies access to the System.Windows.NameScope de-registration method.
Syntax
'Declaration
 
Public Sub UnregisterName( _
   ByVal name As String _
) 
public void UnregisterName( 
   string name
)

Parameters

name
Name of the name-object pair to remove from the current scope.
See Also

Reference

Viewer Class
Viewer Members