ActionInfo.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)
属性值
类型:Microsoft.ReportingServices.ReportRendering.ActionCollection
An ActionCollection object.