Propriedade do RDL ZIndex
Gets the Z-index of the report item.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Int32
An integer value that represents the Z-index of the report item.
Comentários
Higher values are in front.