Freigeben über


_ListStyle-Eigenschaft

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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