Partager via


Propriété Paragraph._ListStyle

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets a value that indicates whether this paragraph is part of a list, and identifies the numbering type.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public ReadOnly Property _ListStyle As ListStyle 
    Get
'Utilisation
Dim instance As Paragraph 
Dim value As ListStyle 

value = instance._ListStyle
public ListStyle _ListStyle { get; }
public:
property ListStyle _ListStyle {
    ListStyle get ();
}
member _ListStyle : ListStyle
function get _ListStyle () : ListStyle

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.ListStyle
A ListStyle object.

Voir aussi

Référence

Paragraph Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel