ActionCollection Class

Definition

Represents a collection of Action objects.

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

Properties

Count

Gets the number of items in the collection.

Item[Int32]

Gets an item at the specified index.

Methods

GetEnumerator()

Gets the enumerator for this ReportElementCollectionBase<T>.

(Inherited from ReportElementCollectionBase<T>)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the enumerator that iterates through the collection.

(Inherited from ReportElementCollectionBase<T>)

Applies to