Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the drawing order of the report item within the containing object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ZIndex As Integer
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Int32
The drawing order of the report item within the containing object.