ReportItem.ZIndex Property

Definition

Gets or sets the Z-index of the report item.

public:
 property int ZIndex { int get(); void set(int value); };
public int ZIndex { get; set; }
member this.ZIndex : int with get, set
Public Property ZIndex As Integer

Property Value

An integer value that represents the Z-index of the report item.

Remarks

Higher values are in front.

Applies to