Gets or sets the drawing order of the current report item within containing object. Items with lower indices are drawn first (appearing behind items with higher indices). Items with equal indices have unspecified rendering order.

Default: 0 Min: 0 Max: 2147483647

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

Syntax

C#
public int ZIndex { get; set; }
Visual Basic
Public Property ZIndex As Integer
	Get
	Set

See Also