次の方法で共有


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

適用対象