TablixRowCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 TablixRow 对象集合。
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)
- 继承
字段
m_owner |
一个表示此行集合的所有者的 Tablix 对象。 |
属性
Count |
获取集合中的项数。 (继承自 ReportElementCollectionBase<T>) |
Item[Int32] |
获取指定索引处的项。 (继承自 ReportElementCollectionBase<T>) |
方法
GetEnumerator() |
获取此 ReportElementCollectionBase<T> 的枚举器。 (继承自 ReportElementCollectionBase<T>) |
显式接口实现
IEnumerable.GetEnumerator() |
获取循环访问集合的枚举器。 (继承自 ReportElementCollectionBase<T>) |