Share via


TablixRowCollection クラス

定義

TablixRow オブジェクトのコレクションを表します。

public ref class TablixRowCollection abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::TablixRow ^>
public abstract class TablixRowCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.TablixRow>
type TablixRowCollection = class
    inherit ReportElementCollectionBase<TablixRow>
Public MustInherit Class TablixRowCollection
Inherits ReportElementCollectionBase(Of TablixRow)
継承

フィールド

m_owner

この行コレクションの所有者を表す Tablix オブジェクト。

プロパティ

Count

コレクション内の項目の数を取得します。

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

指定したインデックスにあるアイテムを取得します。

(継承元 ReportElementCollectionBase<T>)

メソッド

GetEnumerator()

この ReportElementCollectionBase<T> の列挙子を取得します。

(継承元 ReportElementCollectionBase<T>)

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

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を取得します。

(継承元 ReportElementCollectionBase<T>)

適用対象