ListStyle 屬性
Indicates whether this paragraph is part of a list, and identifies the numbering type.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property ListStyle As ListStyle
Get
Set
'用途
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)
屬性值
型別:Microsoft.ReportingServices.RdlObjectModel. . :: . .ListStyle
A ListStyle object.