Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the calculated value of the ListLevel property in a Paragraph class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ListLevel As Integer
Get
'Usage
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
Eigenschaftswert
Typ: System.Int32
An int value that represents the calculated value of the ListLevel property.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace