Compartir a través de


ParagraphInstance.ListLevel Propiedad

Gets the calculated value of the ListLevel property in a Paragraph class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property ListLevel As Integer 
    Get
'Uso
Dim instance As ParagraphInstance 
Dim value As Integer 

value = instance.ListLevel
public virtual int ListLevel { get; }
public:
virtual property int ListLevel {
    int get ();
}
abstract ListLevel : int 
override ListLevel : int
function get ListLevel () : int

Valor de la propiedad

Tipo: System.Int32
An int value that represents the calculated value of the ListLevel property.

Vea también

Referencia

ParagraphInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering