共用方式為


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.