Partager via


Classe ActionCollection

Represents a collection of Action objects.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ActionCollection _
    Inherits ReportElementCollectionBase(Of Action)
'Utilisation
Dim instance As ActionCollection
public sealed class ActionCollection : ReportElementCollectionBase<Action>
public ref class ActionCollection sealed : public ReportElementCollectionBase<Action^>
[<SealedAttribute>]
type ActionCollection =  
    class
        inherit ReportElementCollectionBase<Action>
    end
public final class ActionCollection extends ReportElementCollectionBase<Action>

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'Action> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..ActionCollection

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.