Partager via


ZIndex propriété

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ZIndex As Integer
    Get
'Utilisation
Dim instance As ReportItem
Dim value As Integer

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

Valeur de la propriété

Type : System. . :: . .Int32
A int value.