Proprietà Paragraph._ListStyle

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

Paragraph Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel