Search
Report.GetVisualChild Method
See Also
 





FrameworkElement.GetVisualChild override.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

protected override Visual GetVisualChild (
    int index
)

Visual Basic  Copy Code

Protected Overrides Function GetVisualChild( _
    index As Integer _
) As Visual

 Parameters

index
The zero-based index of the requested child element in the collection.

 Return Value

The requested child element. If the provided index is out of range, an exception is thrown.

 See Also