ComponentOne FlexReport for WinForms
SetZOrder Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > FieldBase Class : SetZOrder Method
Determines whether the field is brought to the front or sent to the back of the ZOrder.
Brings a field to the front or sends it to the back of the ZOrder.
Syntax
'Declaration
 
Public Sub SetZOrder( _
   ByVal front As System.Boolean _
) 
public void SetZOrder( 
   System.bool front
)

Parameters

front
Determines whether the field is brought to the front or sent to the back of the ZOrder.
See Also

Reference

FieldBase Class
FieldBase Members