Compartir a través de


ZIndex Propiedad

Gets the calculated value of the ZIndex property in a GaugePanelItem class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property ZIndex As Integer
    Get
'Uso
Dim instance As GaugePanelItemInstance
Dim value As Integer

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

Valor de la propiedad

Tipo: System. . :: . .Int32
An int value that represents the calculated value of the ZIndex property.