Condividi tramite


Proprietà OnDemandDocumentMapNode.Level

Gets the node level in the document map.

Spazio dei nomi  Microsoft.ReportingServices.ReportProcessing
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Property Level As Integer 
    Get 
    Friend Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

OnDemandDocumentMapNode Classe

Spazio dei nomi Microsoft.ReportingServices.ReportProcessing