Compartilhar via


Propriedade do RDL MapSubItemInstance.ZIndex

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

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

Sintaxe

'Declaração
Public ReadOnly Property ZIndex As Integer 
    Get
'Uso
Dim instance As MapSubItemInstance 
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 da propriedade

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

Consulte também

Referência

MapSubItemInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering