Udostępnij przez


Właściwość ActionInfo.Actions

Akcje dla element raportu.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Actions As ActionCollection
    Get
'Użycie
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