言語

ReportElementInstanceCollectionBase<T> クラス

定義

すべてのレポート要素インスタンスコレクションのベースクラスを表します。

generic <typename T>
public ref class ReportElementInstanceCollectionBase abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<T>
public abstract class ReportElementInstanceCollectionBase<T> : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<T>
type ReportElementInstanceCollectionBase<'T> = class
    inherit ReportElementCollectionBase<'T>
Public MustInherit Class ReportElementInstanceCollectionBase(Of T)
Inherits ReportElementCollectionBase(Of T)

型パラメーター

T

コレクション内のアイテムの種類。

継承
ReportElementInstanceCollectionBase<T>
派生

コンストラクター

名前 説明
ReportElementInstanceCollectionBase<T>()

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

プロパティ

名前 説明
Count

コレクション内のアイテムの数を取得します。

(継承元 ReportElementCollectionBase<T>)
Item[Int32]

指定したインデックス位置にある項目を取得します。

(継承元 ReportElementCollectionBase<T>)

メソッド

名前 説明
GetEnumerator()

この ReportElementCollectionBase<T>の調査員を呼ぶ。

(継承元 ReportElementCollectionBase<T>)

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

名前 説明
IEnumerable.GetEnumerator()

コレクションを反復するエンチュメレーターを入手します。

(継承元 ReportElementCollectionBase<T>)

適用対象