ActiveReports 6 Online Help
SendToBack Method
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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ARControl Class
ARControl Members

Send Feedback