ListStyle プロパティ

この段落が一覧の一部であるかどうかを示し、段落番号の種類を指定します。

名前空間:  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
ListStyle オブジェクトです。