次の方法で共有


ActionCollection.Add メソッド

コレクションに Action オブジェクトを追加します。

名前空間:  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 名前空間