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.