Compartir a través de


ActionInfo.Actions Propiedad

Gets the actions for the report item.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Actions As ActionCollection 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ActionInfo Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering