ActiveReports 9
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_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
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

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum