TablixRow 类

定义

表示具有单元列表的 tablix 行。

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)
继承

字段

m_owner

一个表示此行的所有者的 Tablix 对象。

m_rowIndex

一个表示 tablix 行的行索引的 int 值。

属性

Count

获取集合中的项数。

(继承自 ReportElementCollectionBase<T>)
Height

获取此行中每个单元的高度。

Item[Int32]

获取指定索引处的项。

(继承自 ReportElementCollectionBase<T>)

方法

GetEnumerator()

获取此 ReportElementCollectionBase<T> 的枚举器。

(继承自 ReportElementCollectionBase<T>)

显式接口实现

IEnumerable.GetEnumerator()

获取循环访问集合的枚举器。

(继承自 ReportElementCollectionBase<T>)

适用于