ActionCollection Class

Represents a collection of Action objects.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ActionCollection _
    Inherits ReportElementCollectionBase(Of Action)
'Usage
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>

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Action>
    Microsoft.ReportingServices.OnDemandReportRendering.ActionCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.