Compartilhar via


Propriedade do RDL GaugePanelItem.ZIndex

Drawing order of the item within the panel.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property ZIndex As ReportIntProperty 
    Get
'Uso
Dim instance As GaugePanelItem 
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 da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object.

Consulte também

Referência

GaugePanelItem Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering