Partager via


Propriété GaugePanelItemInstance.ZIndex

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

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

Syntaxe

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

Valeur de propriété

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

Voir aussi

Référence

GaugePanelItemInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering