TablixColumnCollection 类

定义

表示 TablixColumn 对象集合。

public ref class TablixColumnCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::TablixColumn ^>
public sealed class TablixColumnCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.TablixColumn>
type TablixColumnCollection = class
    inherit ReportElementCollectionBase<TablixColumn>
Public NotInheritable Class TablixColumnCollection
Inherits ReportElementCollectionBase(Of TablixColumn)
继承

属性

Count

获取集合中的项数。

Item[Int32]

获取指定索引处的项。

方法

GetEnumerator()

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

(继承自 ReportElementCollectionBase<T>)

显式接口实现

IEnumerable.GetEnumerator()

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

(继承自 ReportElementCollectionBase<T>)

适用于