다음을 통해 공유


TablixCorner.TablixCornerRows 속성

정의

테이블릭스의 모퉁이 섹션에 있는 행 목록입니다. TablixColumnHierarchy에 있는 TablixMembers의 고유한 총 높이만큼의 TablixCornerRow 요소가 있어야 합니다.

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

속성 값

IList<T> 개체입니다.

특성

적용 대상