ActiveReports 12
IsInitialized Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : IsInitialized Property
Gets a value that indicates whether this element has been initialized, either during processing by a XAML processor, or by explicitly having its System.Windows.FrameworkElement.EndInit method called.
Syntax
'Declaration
 
Public ReadOnly Property IsInitialized As Boolean
public bool IsInitialized {get;}

Property Value

true if the element is initialized per the aforementioned XAML processing or method calls; otherwise, false.
See Also

Reference

Viewer Class
Viewer Members