次の方法で共有


Paragraph.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 オブジェクト。

関連項目

参照

Paragraph クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間