Freigeben über


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)

Eigenschaftswert

An ActionCollection object.

Hinweise

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ActionInfo Class
ActionInfo Members
Microsoft.ReportingServices.ReportRendering Namespace