Paragraph._ListStyle Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ListStyle
A ListStyle object.