ActiveReports Developer 7
FindCommonVisualAncestor Method
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : FindCommonVisualAncestor Method

otherVisual

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function FindCommonVisualAncestor( _
   ByVal otherVisual As System.Windows.DependencyObject _
) As System.Windows.DependencyObject
C# 
public System.Windows.DependencyObject FindCommonVisualAncestor( 
   System.Windows.DependencyObject otherVisual
)

Parameters

otherVisual

See Also