MapSubItem.ZIndex Propiedad
Gets the drawing order of the subitem.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property ZIndex As ReportIntProperty
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the drawing order of the subitem.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering