Свойство 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.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering