ActionInfo.Actions 属性

Gets the actions for the report item.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Actions As ActionCollection 
    Get
用法
Dim instance As ActionInfo 
Dim value As ActionCollection 

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ActionCollection
An ActionCollection object that represents the actions for the report item.

请参阅

参考

ActionInfo 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间