言語

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

適用対象