ActiveReports 8
SendToBack Method (ARControl)
Example 

Sends the control to the back of the z-order.
Syntax
'Declaration
 
Public Sub SendToBack() 
public void SendToBack()
Example
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.barcode1.SendToBack();
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
    Me.Barcode1.SendToBack()
End Sub
See Also

Reference

ARControl Class
ARControl Members

Support Forum