Idioma

ActionCollection Classe

Definição

Representa uma coleção de Action objetos.

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)
Herança

Propriedades

Nome Description
Count

Obtém o número de itens na coleção.

Item[Int32]

Recebe um item no índice especificado.

Métodos

Nome Description
GetEnumerator()

Obtém o enumerador para esse ReportElementCollectionBase<T>.

(Herdado de ReportElementCollectionBase<T>)

Implantações explícitas de interface

Nome Description
IEnumerable.GetEnumerator()

Recebe o enumerador que itera pela coleção.

(Herdado de ReportElementCollectionBase<T>)

Aplica-se a