言語

RdlCollection<T> クラス

定義

RDLコレクションを表しています。

generic <typename T>
public ref class RdlCollection : Microsoft::ReportingServices::RdlObjectModel::RdlCollectionBase<T>
public class RdlCollection<T> : Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<T>
type RdlCollection<'T> = class
    inherit RdlCollectionBase<'T>
Public Class RdlCollection(Of T)
Inherits RdlCollectionBase(Of T)

型パラメーター

T

コレクションの種類です。

継承
RdlCollection<T>
派生

コンストラクター

名前 説明
RdlCollection<T>()

RdlCollection<T> クラスの新しいインスタンスを初期化します。

RdlCollection<T>(IContainedObject)

RdlCollection<T> クラスの新しいインスタンスを初期化します。

RdlCollection<T>(IEnumerable<T>)

RdlCollection<T> クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Parent

親オブジェクトを取得するか設定します。

(継承元 RdlCollectionBase<T>)

メソッド

名前 説明
ClearItems()

コレクション内のすべてのアイテムを削除します。

InsertItem(Int32, T)

コレクションにアイテムを挿入します。

OnCollectionChanged(EventArgs)

CollectionChanged イベントを発生させます。

RemoveItem(Int32)

コレクションから項目を削除します。

SetItem(Int32, T)

コレクション内のアイテムを置き換えます。

イベント

名前 説明
CollectionChanged

コレクションが変更されたときに発生します。

明示的なインターフェイスの実装

名前 説明
IList.Add(Object)

コレクションの末尾にオブジェクトを追加します。

(継承元 RdlCollectionBase<T>)
IList.Item[Int32]

指定したインデックス位置にある要素を取得または設定します。

(継承元 RdlCollectionBase<T>)

適用対象