ZIndex 属性

Gets 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.