TablixCells 屬性

The list of cells in a row in the detail section of the 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> ) > ) >
An IList<(Of <(<'T>)>)> object.