Share via


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

適用対象