言語

DataRow クラス

定義

データ行を表します。

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

フィールド

名前 説明
m_cachedDataCells

行のキャッシュされたデータセルを表します。

m_owner

データ行の所有者です。

m_rowIndex

データ行の行インデックスを表す整数値。

プロパティ

名前 説明
Count

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

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

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

(継承元 ReportElementCollectionBase<T>)

メソッド

名前 説明
GetEnumerator()

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

(継承元 ReportElementCollectionBase<T>)

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

名前 説明
IEnumerable.GetEnumerator()

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

(継承元 ReportElementCollectionBase<T>)

適用対象