Partilhar via


Propriedade do RDL ParagraphInstance.ListLevel

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

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ParagraphInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering