Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the Z-index of the report item.
Spazio dei nomi Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Property ZIndex As Integer
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Int32
An integer value that represents the Z-index of the report item.
Osservazioni
Higher values are in front.