次の方法で共有


TablixBody.TablixRows プロパティ

Tablix の本体セクションに存在する一連の行。

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

構文

'宣言
Public Property TablixRows As IList(Of TablixRow)
    Get 
    Set
'使用
Dim instance As TablixBody 
Dim value As IList(Of TablixRow)

value = instance.TablixRows

instance.TablixRows = value
public IList<TablixRow> TablixRows { get; set; }
public:
property IList<TablixRow^>^ TablixRows {
    IList<TablixRow^>^ get ();
    void set (IList<TablixRow^>^ value);
}
member TablixRows : IList<TablixRow> with get, set
function get TablixRows () : IList<TablixRow>
function set TablixRows (value : IList<TablixRow>)

プロパティ値

型: System.Collections.Generic.IList<TablixRow>
IList<T> オブジェクト。

関連項目

参照

TablixBody クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間