Propriedade do RDL ZIndex
Gets the drawing order of the report item within the containing object. Items with lower indices should be drawn first (appearing behind items with higher indices).
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 ReportItem
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
A int value.
Consulte também