Partilhar via


Propriedade do RDL OnDemandDocumentMapNode.Level

Gets the node level in the document map.

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

Sintaxe

'Declaração
Public Property Level As Integer 
    Get 
    Friend Set
'Uso
Dim instance As OnDemandDocumentMapNode 
Dim value As Integer 

value = instance.Level
public int Level { get; internal set; }
public:
property int Level {
    int get ();
    internal: void set (int value);
}
member Level : int with get, internal set
function get Level () : int 
internal function set Level (value : int)

Valor da propriedade

Tipo: System.Int32
An integer value that represents the node level.

Consulte também

Referência

OnDemandDocumentMapNode Classe

Namespace Microsoft.ReportingServices.ReportProcessing