DataRowCollection Class

Definition

Represents a collection of DataRow objects.

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

Fields

m_cachedDataRows

Specifies the data row collection.

m_owner

Specifies the report item that owns this data row collection.

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