Freigeben über


Paragraph._ListStyle-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

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

Syntax

'Declaration
Public ReadOnly Property _ListStyle As ListStyle 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

Paragraph Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace