Freigeben über


Paragraph.ListLevel-Eigenschaft

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

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

Syntax

'Declaration
Public Property ListLevel As Integer 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Int32
An int value.

Siehe auch

Verweis

Paragraph Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace