Partager via


Propriété MapSubItem.ZIndex

Gets the drawing order of the subitem.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ZIndex As ReportIntProperty 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the drawing order of the subitem.

Voir aussi

Référence

MapSubItem Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering