MapSubItem.ZIndex プロパティ
サブアイテムの描画順序を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property ZIndex As ReportIntProperty
Get
'使用
Dim instance As MapSubItem
Dim value As ReportIntProperty
value = instance.ZIndex
public ReportIntProperty ZIndex { get; }
public:
property ReportIntProperty^ ZIndex {
ReportIntProperty^ get ();
}
member ZIndex : ReportIntProperty
function get ZIndex () : ReportIntProperty
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
サブアイテムの描画順序を表す ReportIntProperty オブジェクト。