ReportItem.ZIndex Property

Definition

Gets the drawing order of the report item within the containing object. Items with lower indices should be drawn first (appearing behind items with higher indices).

public:
 property int ZIndex { int get(); };
public int ZIndex { get; }
member this.ZIndex : int
Public ReadOnly Property ZIndex As Integer

Property Value

A int value that represents the drawing order of the report item within the containing object.

Applies to