Brings a field to the front or sends it to the back of the ZOrder.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void SetZOrder(
	bool front
)
Visual Basic
Public Sub SetZOrder ( _
	front As Boolean _
)

Parameters

front
Type: System..::..Boolean
Determines whether the field is brought to the front or sent to the back of the ZOrder.

See Also