次の方法で共有


Paragraph.ListLevel プロパティ

段落番号のスタイルおよびインデント レベル、またはそのどちらかを示す値を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property ListLevel As Integer 
    Get 
    Set
'使用
Dim instance As Paragraph 
Dim value As Integer 

value = instance.ListLevel

instance.ListLevel = value
public int ListLevel { get; set; }
public:
property int ListLevel {
    int get ();
    void set (int value);
}
member ListLevel : int with get, set
function get ListLevel () : int 
function set ListLevel (value : int)

プロパティ値

型: System.Int32
int 値です。

関連項目

参照

Paragraph クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間