TablixRow 클래스

정의

셀 목록이 있는 테이블릭스 행을 나타냅니다.

public ref class TablixRow abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::TablixCell ^>
public abstract class TablixRow : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.TablixCell>
type TablixRow = class
    inherit ReportElementCollectionBase<TablixCell>
Public MustInherit Class TablixRow
Inherits ReportElementCollectionBase(Of TablixCell)
상속

필드

m_owner

이 행의 소유자를 나타내는 Tablix 개체입니다.

m_rowIndex

테이블릭스 행의 행 인덱스를 나타내는 int 값입니다.

속성

Count

컬렉션의 항목 수를 가져옵니다.

(다음에서 상속됨 ReportElementCollectionBase<T>)
Height

이 행에 있는 각 셀의 높이를 가져옵니다.

Item[Int32]

지정한 인덱스에 있는 항목을 가져옵니다.

(다음에서 상속됨 ReportElementCollectionBase<T>)

메서드

GetEnumerator()

ReportElementCollectionBase<T>의 열거자를 가져옵니다.

(다음에서 상속됨 ReportElementCollectionBase<T>)

명시적 인터페이스 구현

IEnumerable.GetEnumerator()

컬렉션 전체를 반복하는 열거자를 가져옵니다.

(다음에서 상속됨 ReportElementCollectionBase<T>)

적용 대상