DataRow 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
데이터 행을 나타냅니다.
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>) |