ActiveReports 13
Arrange Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : Arrange Method
The final size that the parent computes for the child element, provided as a System.Windows.Rect instance.
Positions child elements and determines a size for a System.Windows.UIElement. Parent elements call this method from their System.Windows.UIElement.ArrangeCore(System.Windows.Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update.
Syntax
'Declaration
 
Public Sub Arrange( _
   ByVal finalRect As Rect _
) 
public void Arrange( 
   Rect finalRect
)

Parameters

finalRect
The final size that the parent computes for the child element, provided as a System.Windows.Rect instance.
See Also

Reference

Viewer Class
Viewer Members