ActionCollection Class

Represents a collection of Action objects. This class cannot be inherited.

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

Syntax

'Declaration
Public NotInheritable Class ActionCollection
'Usage
Dim instance As ActionCollection
public sealed class ActionCollection
public ref class ActionCollection sealed
[<SealedAttribute>]
type ActionCollection =  class end
public final class ActionCollection

Remarks

This class is used by the TextBox, ChartDataPoint and ImageMapArea classes to encapsulate information about user actions.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.ReportRendering.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.