言語

TablixRow クラス

定義

セルリストを持つタブリックス行を表します。

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

タブリックス行の行インデックスを表す int の値です。

プロパティ

名前 説明
Count

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

(継承元 ReportElementCollectionBase<T>)
Height

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

Item[Int32]

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

(継承元 ReportElementCollectionBase<T>)

メソッド

名前 説明
GetEnumerator()

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

(継承元 ReportElementCollectionBase<T>)

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

名前 説明
IEnumerable.GetEnumerator()

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

(継承元 ReportElementCollectionBase<T>)

適用対象