TablixCornerRow 클래스
Represents the list of cells in a row of the corner section of a tablix.
상속 계층
System. . :: . .Object
System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'TablixCornerCell> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollectionBase< (Of < ( <'TablixCornerCell> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollection< (Of < ( <'TablixCornerCell> ) > ) >
Microsoft.ReportingServices.RdlObjectModel..::..TablixCornerRow
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Class TablixCornerRow _
Inherits RdlCollection(Of TablixCornerCell)
‘사용 방법
Dim instance As TablixCornerRow
public class TablixCornerRow : RdlCollection<TablixCornerCell>
public ref class TablixCornerRow : public RdlCollection<TablixCornerCell^>
type TablixCornerRow =
class
inherit RdlCollection<TablixCornerCell>
end
public class TablixCornerRow extends RdlCollection<TablixCornerCell>
TablixCornerRow 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Count | (Collection< (Of < ( <'TablixCornerCell> ) > ) >에서 상속됨) | |
Item | (Collection< (Of < ( <'TablixCornerCell> ) > ) >에서 상속됨) | |
Items | (Collection< (Of < ( <'TablixCornerCell> ) > ) >에서 상속됨) | |
Parent | The parent object. (RdlCollectionBase< (Of < ( <'T> ) > ) >에서 상속됨) |
맨 위로 이동
메서드
맨 위로 이동
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
IList. . :: . .Add | (RdlCollectionBase< (Of < ( <'T> ) > ) >에서 상속됨) | |
IList. . :: . .Item | (RdlCollectionBase< (Of < ( <'T> ) > ) >에서 상속됨) | |
IList. . :: . .Contains | (Collection< (Of < ( <'TablixCornerCell> ) > ) >에서 상속됨) | |
ICollection. . :: . .CopyTo | (Collection< (Of < ( <'TablixCornerCell> ) > ) >에서 상속됨) | |
IEnumerable. . :: . .GetEnumerator | (Collection< (Of < ( <'TablixCornerCell> ) > ) >에서 상속됨) | |
IList. . :: . .IndexOf | (Collection< (Of < ( <'TablixCornerCell> ) > ) >에서 상속됨) | |
IList. . :: . .Insert | (Collection< (Of < ( <'TablixCornerCell> ) > ) >에서 상속됨) | |
IList. . :: . .IsFixedSize | (Collection< (Of < ( <'TablixCornerCell> ) > ) >에서 상속됨) | |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (Collection< (Of < ( <'TablixCornerCell> ) > ) >에서 상속됨) | |
IList. . :: . .IsReadOnly | (Collection< (Of < ( <'TablixCornerCell> ) > ) >에서 상속됨) | |
ICollection. . :: . .IsSynchronized | (Collection< (Of < ( <'TablixCornerCell> ) > ) >에서 상속됨) | |
IList. . :: . .Remove | (Collection< (Of < ( <'TablixCornerCell> ) > ) >에서 상속됨) | |
ICollection. . :: . .SyncRoot | (Collection< (Of < ( <'TablixCornerCell> ) > ) >에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.