Proprietà Paragraph.ListLevel

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 Property ListLevel As Integer 
    Get 
    Set
'Utilizzo
Dim instance As Paragraph 
Dim value As Integer 

value = instance.ListLevel

instance.ListLevel = value
public int ListLevel { get; set; }
public:
property int ListLevel {
    int get ();
    void set (int value);
}
member ListLevel : int with get, set
function get ListLevel () : int 
function set ListLevel (value : int)

Valore proprietà

Tipo: System.Int32
An int value.

Vedere anche

Riferimento

Paragraph Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel