Partager via


Propriété Paragraph._ListLevel

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public ReadOnly Property _ListLevel As Integer 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Int32
An int value.

Voir aussi

Référence

Paragraph Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel