次の方法で共有


ReportItem.ZIndex プロパティ

親オブジェクトに含まれているレポート アイテムの描画順序を取得します。 小さいインデックスのアイテムから順に描画され、そのため大きいインデックスのアイテムの背後に表示されます。

名前空間:  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
親オブジェクトに含まれているレポート アイテムの描画順序を表す int 値。

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間