TablixCells プロパティ

Tablix の詳細セクションの行に存在する一連のセル。

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

構文

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

value = instance.TablixCells

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

プロパティ値

型: System.Collections.Generic. . :: . .IList< (Of < ( <'TablixCell> ) > ) >
IList<(Of <(<'T>)>)> オブジェクトです。