Proprietà MapSubItemInstance.ZIndex
Gets the calculated value of the ZIndex property in a MapSubItem class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ZIndex As Integer
Get
'Utilizzo
Dim instance As MapSubItemInstance
Dim value As Integer
value = instance.ZIndex
public int ZIndex { get; }
public:
property int ZIndex {
int get ();
}
member ZIndex : int
function get ZIndex () : int
Valore proprietà
Tipo: System.Int32
An int value that represents the calculated value of the ZIndex property.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering