共用方式為


Actions 屬性

Represents the set of actions.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Property Actions As ActionCollection
    Get
    Set
'用途
Dim instance As ActionInfo
Dim value As ActionCollection

value = instance.Actions

instance.Actions = value
public ActionCollection Actions { get; set; }
public:
property ActionCollection^ Actions {
    ActionCollection^ get ();
    void set (ActionCollection^ value);
}
member Actions : ActionCollection with get, set
function get Actions () : ActionCollection
function set Actions (value : ActionCollection)

備註

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