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
)
参数
- action
类型:Microsoft.ReportingServices.ReportRendering.Action
The Action object to be added to the collection.