Compartir a través de


ReportItem.ZIndex Propiedad

Gets or sets the Z-index of the report item.

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

Sintaxis

'Declaración
Public Property ZIndex As Integer 
    Get 
    Set
'Uso
Dim instance As ReportItem 
Dim value As Integer 

value = instance.ZIndex

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

Valor de la propiedad

Tipo: System.Int32
An integer value that represents the Z-index of the report item.

Comentarios

Higher values are in front.

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering