Compartir a través de


Paragraph._ListLevel Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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 ReadOnly Property _ListLevel As Integer 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Int32
An int value.

Vea también

Referencia

Paragraph Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel