Właściwość Paragraph.ListStyle
Wskazuje, czy jest częścią listy niniejszego ustępu i identyfikuje typ numerowania.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property ListStyle As ListStyle
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ListStyle
A ListStyle obiektu.