ActiveReports 13
SendToBack Method (ARControl)
Example 

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ARControl Class : SendToBack Method
Sends the control to the back of the z-order.
Syntax
'Declaration
 
Public Sub SendToBack() 
public void SendToBack()
Example
private void detail_BeforePrint(object sender, System.EventArgs eArgs)
{
    this.barcode1.SendToBack();
}
Private Sub Detail1_BeforePrint(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
    Me.Barcode1.SendToBack()
End Sub
See Also

Reference

ARControl Class
ARControl Members