Partager via


Propriété ZIndex

Gets the Z-index of the report item.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Property ZIndex As Integer
    Get
    Set
'Utilisation
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)

Valeur de propriété

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

Notes

Higher values are in front.