Свойство ReportItem.ZIndex

Gets or sets the Z-index of the report item.

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

Синтаксис

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

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

Тип: System.Int32
An integer value that represents the Z-index of the report item.

Замечания

Higher values are in front.

См. также

Справочник

ReportItem Класс

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