Actions 屬性
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