Поделиться через


Свойство ReportItem.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).

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property ZIndex As Integer 
    Get
'Применение
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

Значение свойства

Тип: System.Int32
A int value that represents the drawing order of the report item within the containing object.

См. также

Справочник

ReportItem Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering