共用方式為


ActionCollection.Add 方法

Adds an Action object to the collection.

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

語法

'宣告
Public Sub Add ( _
    action As Action _
)
'用途
Dim instance As ActionCollection 
Dim action As Action

instance.Add(action)
public void Add(
    Action action
)
public:
void Add(
    Action^ action
)
member Add : 
        action:Action -> unit
public function Add(
    action : Action
)

參數

請參閱

參考

ActionCollection 類別

Microsoft.ReportingServices.ReportRendering 命名空間