共用方式為


ReportItem.ZIndex 屬性

Gets or sets the drawing order of the report item within the containing object.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.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
The drawing order of the report item within the containing object.

請參閱

參考

ReportItem 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間