Partilhar via


Propriedade do RDL Paragraph.ListLevel

Gets or sets a value that 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.

Consulte também

Referência

Paragraph Classe

Namespace Microsoft.ReportingServices.RdlObjectModel