Compartir a través de


CompiledParagraphInstance.ListLevel Propiedad

Gets the parsed 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 Overrides ReadOnly Property ListLevel As Integer 
    Get
'Uso
Dim instance As CompiledParagraphInstance 
Dim value As Integer 

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

Valor de la propiedad

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

Vea también

Referencia

CompiledParagraphInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering