Freigeben über


Paragraph._ListLevel-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets a value that indicates the numbering style and/or indentation level.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property _ListLevel As Integer 
    Get
'Usage
Dim instance As Paragraph 
Dim value As Integer 

value = instance._ListLevel
public int _ListLevel { get; }
public:
property int _ListLevel {
    int get ();
}
member _ListLevel : int
function get _ListLevel () : int

Eigenschaftswert

Typ: System.Int32
An int value.

Siehe auch

Verweis

Paragraph Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace