TablixRowCollection Class

Definition

Represents a collection of TablixRow objects.

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

Fields

m_owner

A Tablix object that represents the owner of this 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