Proprietà Paragraph.ListStyle

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 Property ListStyle As ListStyle 
    Get 
    Set
'Utilizzo
Dim instance As Paragraph 
Dim value As ListStyle 

value = instance.ListStyle

instance.ListStyle = value
public ListStyle ListStyle { get; set; }
public:
property ListStyle ListStyle {
    ListStyle get ();
    void set (ListStyle value);
}
member ListStyle : ListStyle with get, set
function get ListStyle () : ListStyle 
function set ListStyle (value : ListStyle)

Valore proprietà

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

Vedere anche

Riferimento

Paragraph Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel