ReportItem.ZIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.