다음을 통해 공유


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.