Proprietà Paragraph._ListLevel

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property _ListLevel As Integer 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Int32
An int value.

Vedere anche

Riferimento

Paragraph Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel