Sdílet prostřednictvím


Paragraph._ListLevel Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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 ReadOnly Property _ListLevel As Integer 
    Get
'Usage
Dim instance As Paragraph 
Dim value As Integer 

value = instance._ListLevel
public int _ListLevel { get; }
public:
property int _ListLevel {
    int get ();
}
member _ListLevel : int
function get _ListLevel () : int

Property Value

Type: System.Int32
An int value.

See Also

Reference

Paragraph Class

Microsoft.ReportingServices.RdlObjectModel Namespace