Classe ActionCollection
Represents a collection of Action objects. This class cannot be inherited.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..ActionCollection
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class ActionCollection
'Uso
Dim instance As ActionCollection
public sealed class ActionCollection
public ref class ActionCollection sealed
[<SealedAttribute>]
type ActionCollection = class end
public final class ActionCollection
O tipo ActionCollection expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ActionCollection | Initializes a new instance of the ActionCollection class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of items in the collection. | |
Item | Gets an item from the collection at the specified index. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add | Adds an Action object to the collection. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.