Compartilhar via


Propriedade do RDL Paragraph._ListLevel

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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 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 da propriedade

Tipo: System.Int32
An int value.

Consulte também

Referência

Paragraph Classe

Namespace Microsoft.ReportingServices.RdlObjectModel