Share via


TablixRow クラス

定義

Tablix の行とセルのリストを表します。

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

フィールド

m_owner

この行の所有者を表す Tablix オブジェクト。

m_rowIndex

Tablix 行の行インデックスを表す int 値。

プロパティ

Count

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

(継承元 ReportElementCollectionBase<T>)
Height

この行の各セルの高さを取得します。

Item[Int32]

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

(継承元 ReportElementCollectionBase<T>)

メソッド

GetEnumerator()

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

(継承元 ReportElementCollectionBase<T>)

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

IEnumerable.GetEnumerator()

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

(継承元 ReportElementCollectionBase<T>)

適用対象