ActiveReports 12
Name Property (Viewer)

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : Name Property
Gets or sets the identifying name of the element. The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during processing by a XAML processor.
Syntax
'Declaration
 
Public Property Name As String
public string Name {get; set;}

Property Value

The name of the element. The default is an empty string.
See Also

Reference

Viewer Class
Viewer Members