Udostępnij za pośrednictwem


ActionInfo.Actions Property

Represents the set of actions.

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

Syntax

'Declaration
Public Property Actions As ActionCollection
public ActionCollection Actions { get; set; }
public:
property ActionCollection^ Actions {
    ActionCollection^ get ();
    void set (ActionCollection^ value);
}
/** @property */
public ActionCollection get_Actions ()

/** @property */
public void set_Actions (ActionCollection value)
public function get Actions () : ActionCollection

public function set Actions (value : ActionCollection)

Property Value

An ActionCollection object.

Remarks

This is returned by the ChartDataPoint, ImageMapArea, and TextBox classes.

Thread Safety

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ActionInfo Class
ActionInfo Members
Microsoft.ReportingServices.ReportRendering Namespace