TablixRow Class

Definition

Represents a tablix row with a list of cells.

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

Fields

m_owner

A Tablix object that represents the owner of this row.

m_rowIndex

An int value that represents the row index of the tablix row.

Properties

Count

Gets the number of items in the collection.

(Inherited from ReportElementCollectionBase<T>)
Height

Gets the height of each cell in this row.

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