다음을 통해 공유


TablixBody.TablixRows 속성

정의

테이블릭스의 본문 섹션에 있는 행 목록입니다.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::TablixRow ^> ^ TablixRows { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::TablixRow ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::TablixRow ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.TablixRow>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.TablixRow> TablixRows { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.TablixRow>))>]
member this.TablixRows : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.TablixRow> with get, set
Public Property TablixRows As IList(Of TablixRow)

속성 값

IList<T> 개체입니다.

특성

적용 대상