Partilhar via


Propriedade do RDL ListLevel

Indicates the numbering style and/or indentation level.

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

Sintaxe

'Declaração
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 da propriedade

Tipo: System. . :: . .Int32
An int value.