Freigeben über


GaugePanelItemInstance.ZIndex-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property ZIndex As Integer 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

GaugePanelItemInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace