Share via


ReportItem.ZIndex Property

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

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Property ZIndex As Integer 
    Get 
    Set
'Usage
Dim instance As ReportItem 
Dim value As Integer 

value = instance.ZIndex

instance.ZIndex = value
public int ZIndex { get; set; }
public:
property int ZIndex {
    int get ();
    void set (int value);
}
member ZIndex : int with get, set
function get ZIndex () : int 
function set ZIndex (value : int)

Property Value

Type: System.Int32
An integer value that represents the Z-index of the report item.

Remarks

Higher values are in front.

See Also

Reference

ReportItem Class

Microsoft.ReportingServices.ReportRendering Namespace