DataRow 클래스

정의

데이터 행을 나타냅니다.

public ref class DataRow : Microsoft::ReportingServices::RdlObjectModel::RdlCollection<System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::DataValue ^> ^>
public class DataRow : Microsoft.ReportingServices.RdlObjectModel.RdlCollection<System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.DataValue>>
type DataRow = class
    inherit RdlCollection<IList<DataValue>>
Public Class DataRow
Inherits RdlCollection(Of IList(Of DataValue))
상속

생성자

DataRow()

DataRow 클래스의 새 인스턴스를 만듭니다.

속성

Parent

부모 개체를 가져오거나 설정합니다.

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

메서드

ClearItems()

컬렉션의 모든 항목을 제거합니다.

(다음에서 상속됨 RdlCollection<T>)
InsertItem(Int32, T)

컬렉션에 항목을 삽입합니다.

(다음에서 상속됨 RdlCollection<T>)
OnCollectionChanged(EventArgs)

CollectionChanged 이벤트를 발생시킵니다.

(다음에서 상속됨 RdlCollection<T>)
RemoveItem(Int32)

컬렉션에서 항목을 제거합니다.

(다음에서 상속됨 RdlCollection<T>)
SetItem(Int32, T)

컬렉션의 항목을 바꿉니다.

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

이벤트

CollectionChanged

컬렉션이 변경되면 발생합니다.

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

명시적 인터페이스 구현

IList.Add(Object)

컬렉션의 끝에 개체를 추가합니다.

(다음에서 상속됨 RdlCollectionBase<T>)
IList.Item[Int32]

지정한 인덱스에 있는 요소를 가져오거나 설정합니다.

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

적용 대상