言語

ActionCollection クラス

定義

Action オブジェクトのコレクションを表します。

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

プロパティ

名前 説明
Count

コレクション内のアイテムの数を取得します。

Item[Int32]

指定されたインデックスのアイテムを取得します。

メソッド

名前 説明
GetEnumerator()

この ReportElementCollectionBase<T>の調査員を呼ぶ。

(継承元 ReportElementCollectionBase<T>)

明示的なインターフェイスの実装

名前 説明
IEnumerable.GetEnumerator()

コレクションを反復するエンチュメレーターを入手します。

(継承元 ReportElementCollectionBase<T>)

適用対象