Partilhar via


Propriedade do RDL ActionInfo.Actions

Gets the actions for the report item.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ActionInfo Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering