DataRow Class

Definition

Represents a data row.

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)
Inheritance

Fields

m_cachedDataCells

Represents the cached data cells for the row.

m_owner

The owner of the data row.

m_rowIndex

An integer value that represents the row index of the data row.

Properties

Count

Gets the number of items in the collection.

(Inherited from ReportElementCollectionBase<T>)
Item[Int32]

Gets the item at the specified index.

(Inherited from ReportElementCollectionBase<T>)

Methods

GetEnumerator()

Gets the enumerator for this ReportElementCollectionBase<T>.

(Inherited from ReportElementCollectionBase<T>)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the enumerator that iterates through the collection.

(Inherited from ReportElementCollectionBase<T>)

Applies to