Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the drawing order of the report item within the containing object. Items with lower indices should be drawn first (appearing behind items with higher indices).
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ZIndex As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System.Int32
A int value that represents the drawing order of the report item within the containing object.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering