Bagikan melalui


DataRow Kelas

Definisi

Mewakili baris data.

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))
Warisan

Konstruktor

DataRow()

Membuat instans DataRow baru kelas.

Properti

Parent

Mendapatkan atau mengatur objek induk.

(Diperoleh dari RdlCollectionBase<T>)

Metode

ClearItems()

Menghapus semua item dalam koleksi.

(Diperoleh dari RdlCollection<T>)
InsertItem(Int32, T)

Menyisipkan item dalam koleksi.

(Diperoleh dari RdlCollection<T>)
OnCollectionChanged(EventArgs)

Memunculkan kejadian CollectionChanged.

(Diperoleh dari RdlCollection<T>)
RemoveItem(Int32)

Menghapus item dari koleksi.

(Diperoleh dari RdlCollection<T>)
SetItem(Int32, T)

Mengganti item dalam koleksi.

(Diperoleh dari RdlCollection<T>)

Acara

CollectionChanged

Terjadi ketika koleksi telah diubah.

(Diperoleh dari RdlCollection<T>)

Implementasi Antarmuka Eksplisit

IList.Add(Object)

Menambahkan objek ke akhir koleksi.

(Diperoleh dari RdlCollectionBase<T>)
IList.Item[Int32]

Mendapatkan atau mengatur elemen pada indeks yang ditentukan.

(Diperoleh dari RdlCollectionBase<T>)

Berlaku untuk