Compartir a través de


Paragraph.ListLevel Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property ListLevel As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Int32
An int value.

Vea también

Referencia

Paragraph Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel