TablixRows 屬性

The list of rows in the body section of the 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< (Of < ( <'TablixRow> ) > ) >
An IList<(Of <(<'T>)>)> object.